Html Css Color HEX #FF3CF6 Pink Flamingo

📋 copy color: '#FF3CF6'

red 255 ◦ green 60 ◦ blue 246

#FF3CF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #FF3CF6

Tints of Pink Flamingo #FF3CF6

RGB

 RED value IS 255 (100% from 255) = 45.45%

 GREEN value IS 60 (23.83% from 255) = 10.7%

 BLUE value IS 246 (96.48% from 255) = 43.85%

R = 45.45%
G = 10.7%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF3CF6 (or 0xFF3CF6) is known color: Pink Flamingo. HEX triplet: FF, 3C and F6. RGB value is (255,60,246). Sum of RGB (Red+Green+Blue) = 255+60+246=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 60 (23.83% from 255 or 10.70% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3CF6 is #00C309. Grayscale: #8A8A8A. Windows color (decimal): -49930 or 16137471. OLE color: 16137471.

HSL color Cylindrical-coordinate representation of color #FF3CF6: hue angle of 302.77º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3CF6 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB 255 60 246 -
CMYK 0 0.76 0.04 0
HSL 302.77º 1% 0.62% -
HSV(B) 302.77º 0.76% 1% -
XYZ 59.49 31.15 90.06 -
YUV 139.51 188.1 210.38 -
System Red Green Blue C M Y K H S L
Decimal 255 60 246 0 0.76 0.04 0 302.77 1 0.62
Hex FF 3C F6 0 4C 4 0 12F 64 3E
Octal 377 74 366 0 114 4 0 457 144 76
Binary 11111111 111100 11110110 0 1001100 100 0 100101111 1100100 111110

Color Harmonies of #FF3CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3CF6

Black with #FF3CF6

Text Example


Text Example

White with #FF3CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3CF6; }

 p { color: rgb(255,60,246); }

 H1.HeaderClassName
 {
   color: #FF3CF6;
 }
 .AnyTagClassName
 {
   color: #FF3CF6;
 }
</style>

background-color css

<style>
 a { background-color: #FF3CF6; }

 a { background-color: rgb(255,60,246); }

 div.DivClassName
 {
   background-color: #FF3CF6;
 }
 .BgClassName
 {
   background-color: #FF3CF6;
 }
</style>

border-color css

<style>
 span { border-color: #FF3CF6; }

 span { border-color: rgb(255,60,246); }

 td.TdClassName
 {
   border-color: #FF3CF6;
 }
 .TagClassName
 {
   border-color: #FF3CF6;
 }
</style>