Html Css Color HEX #FC5FE9 Pink Flamingo

📋 copy color: '#FC5FE9'

red 252 ◦ green 95 ◦ blue 233

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

Shades of Pink Flamingo #FC5FE9

Tints of Pink Flamingo #FC5FE9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.38%

 BLUE value IS 233 (91.41% from 255) = 40.17%

R = 43.45%
G = 16.38%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC5FE9 (or 0xFC5FE9) is known color: Pink Flamingo. HEX triplet: FC, 5F and E9. RGB value is (252,95,233). Sum of RGB (Red+Green+Blue) = 252+95+233=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 95 (37.5% from 255 or 16.38% from 580); Blue value is 233 (91.41% from 255 or 40.17% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5FE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5FE9 is #03A016. Grayscale: #9D9D9D. Windows color (decimal): -237591 or 15294460. OLE color: 15294460.

HSL color Cylindrical-coordinate representation of color #FC5FE9: hue angle of 307.26º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC5FE9 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 95 233 -
CMYK 0 0.62 0.08 0.01
HSL 307.26º 0.96% 0.68% -
HSV(B) 307.26º 0.62% 0.99% -
XYZ 58.95 34.76 80.69 -
YUV 157.68 170.51 195.28 -
System Red Green Blue C M Y K H S L
Decimal 252 95 233 0 0.62 0.08 0.01 307.26 0.96 0.68
Hex FC 5F E9 0 3E 8 1 133 60 44
Octal 374 137 351 0 76 10 1 463 140 104
Binary 11111100 1011111 11101001 0 111110 1000 1 100110011 1100000 1000100

Color Harmonies of #FC5FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5FE9

Black with #FC5FE9

Text Example


Text Example

White with #FC5FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5FE9; }

 p { color: rgb(252,95,233); }

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

background-color css

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

 a { background-color: rgb(252,95,233); }

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

border-color css

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

 span { border-color: rgb(252,95,233); }

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