Html Css Color HEX #FF66EA Pink Flamingo

📋 copy color: '#FF66EA'

red 255 ◦ green 102 ◦ blue 234

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

Shades of Pink Flamingo #FF66EA

Tints of Pink Flamingo #FF66EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.59%

R = 43.15%
G = 17.26%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF66EA (or 0xFF66EA) is known color: Pink Flamingo. HEX triplet: FF, 66 and EA. RGB value is (255,102,234). Sum of RGB (Red+Green+Blue) = 255+102+234=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 102 (40.23% from 255 or 17.26% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF66EA is #009915. Grayscale: #A2A2A2. Windows color (decimal): -39190 or 15361791. OLE color: 15361791.

HSL color Cylindrical-coordinate representation of color #FF66EA: hue angle of 308.24º 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 #FF66EA is Cyan = 0, Magento = 0.6, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 255 102 234 -
CMYK 0 0.6 0.08 0
HSL 308.24º 1% 0.7% -
HSV(B) 308.24º 0.6% 1% -
XYZ 60.84 36.7 81.72 -
YUV 162.8 168.19 193.77 -
System Red Green Blue C M Y K H S L
Decimal 255 102 234 0 0.6 0.08 0 308.24 1 0.7
Hex FF 66 EA 0 3C 8 0 134 64 46
Octal 377 146 352 0 74 10 0 464 144 106
Binary 11111111 1100110 11101010 0 111100 1000 0 100110100 1100100 1000110

Color Harmonies of #FF66EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF66EA

Black with #FF66EA

Text Example


Text Example

White with #FF66EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF66EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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