Html Css Color HEX #FC66EA Pink Flamingo

📋 copy color: '#FC66EA'

red 252 ◦ green 102 ◦ blue 234

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

Shades of Pink Flamingo #FC66EA

Tints of Pink Flamingo #FC66EA

RGB

 RED value IS 252 (98.83% from 255) = 42.86%

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

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

R = 42.86%
G = 17.35%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC66EA (or 0xFC66EA) is known color: Pink Flamingo. HEX triplet: FC, 66 and EA. RGB value is (252,102,234). Sum of RGB (Red+Green+Blue) = 252+102+234=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 102 (40.23% from 255 or 17.35% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC66EA is #039915. Grayscale: #A1A1A1. Windows color (decimal): -235798 or 15361788. OLE color: 15361788.

HSL color Cylindrical-coordinate representation of color #FC66EA: hue angle of 307.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC66EA is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 102 234 -
CMYK 0 0.60 0.07 0.01
HSL 307.2º 0.96% 0.69% -
HSV(B) 307.2º 0.6% 0.99% -
XYZ 59.75 36.14 81.67 -
YUV 161.9 168.7 192.27 -
System Red Green Blue C M Y K H S L
Decimal 252 102 234 0 0.60 0.07 0.01 307.2 0.96 0.69
Hex FC 66 EA 0 3C 7 1 133 60 45
Octal 374 146 352 0 74 7 1 463 140 105
Binary 11111100 1100110 11101010 0 111100 111 1 100110011 1100000 1000101

Color Harmonies of #FC66EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC66EA

Black with #FC66EA

Text Example


Text Example

White with #FC66EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC66EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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