Html Css Color HEX #FF66F2 Pink Flamingo

📋 copy color: '#FF66F2'

red 255 ◦ green 102 ◦ blue 242

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

Shades of Pink Flamingo #FF66F2

Tints of Pink Flamingo #FF66F2

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.03%

 BLUE value IS 242 (94.92% from 255) = 40.4%

R = 42.57%
G = 17.03%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF66F2 (or 0xFF66F2) is known color: Pink Flamingo. HEX triplet: FF, 66 and F2. RGB value is (255,102,242). Sum of RGB (Red+Green+Blue) = 255+102+242=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 102 (40.23% from 255 or 17.03% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF66F2 is #00990D. Grayscale: #A3A3A3. Windows color (decimal): -39182 or 15886079. OLE color: 15886079.

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

Color convert

RGB 255 102 242 -
CMYK 0 0.6 0.05 0
HSL 305.1º 1% 0.7% -
HSV(B) 305.1º 0.6% 1% -
XYZ 62.02 37.17 87.91 -
YUV 163.71 172.19 193.12 -
System Red Green Blue C M Y K H S L
Decimal 255 102 242 0 0.6 0.05 0 305.1 1 0.7
Hex FF 66 F2 0 3C 5 0 131 64 46
Octal 377 146 362 0 74 5 0 461 144 106
Binary 11111111 1100110 11110010 0 111100 101 0 100110001 1100100 1000110

Color Harmonies of #FF66F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF66F2

Black with #FF66F2

Text Example


Text Example

White with #FF66F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF66F2; }

 p { color: rgb(255,102,242); }

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

background-color css

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

 a { background-color: rgb(255,102,242); }

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

border-color css

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

 span { border-color: rgb(255,102,242); }

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