Html Css Color HEX #FC5FEC Pink Flamingo

📋 copy color: '#FC5FEC'

red 252 ◦ green 95 ◦ blue 236

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

Shades of Pink Flamingo #FC5FEC

Tints of Pink Flamingo #FC5FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.48%

R = 43.22%
G = 16.3%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC5FEC (or 0xFC5FEC) is known color: Pink Flamingo. HEX triplet: FC, 5F and EC. RGB value is (252,95,236). Sum of RGB (Red+Green+Blue) = 252+95+236=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 95 (37.5% from 255 or 16.30% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5FEC is #03A013. Grayscale: #9D9D9D. Windows color (decimal): -237588 or 15491068. OLE color: 15491068.

HSL color Cylindrical-coordinate representation of color #FC5FEC: hue angle of 306.11º 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 #FC5FEC is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 95 236 -
CMYK 0 0.62 0.06 0.01
HSL 306.11º 0.96% 0.68% -
HSV(B) 306.11º 0.62% 0.99% -
XYZ 59.38 34.94 82.97 -
YUV 158.02 172.01 195.04 -
System Red Green Blue C M Y K H S L
Decimal 252 95 236 0 0.62 0.06 0.01 306.11 0.96 0.68
Hex FC 5F EC 0 3E 6 1 132 60 44
Octal 374 137 354 0 76 6 1 462 140 104
Binary 11111100 1011111 11101100 0 111110 110 1 100110010 1100000 1000100

Color Harmonies of #FC5FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5FEC

Black with #FC5FEC

Text Example


Text Example

White with #FC5FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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