Html Css Color HEX #FC5EF2 Pink Flamingo

📋 copy color: '#FC5EF2'

red 252 ◦ green 94 ◦ blue 242

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

Shades of Pink Flamingo #FC5EF2

Tints of Pink Flamingo #FC5EF2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 15.99%

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

R = 42.86%
G = 15.99%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC5EF2 (or 0xFC5EF2) is known color: Pink Flamingo. HEX triplet: FC, 5E and F2. RGB value is (252,94,242). Sum of RGB (Red+Green+Blue) = 252+94+242=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 94 (37.11% from 255 or 15.99% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5EF2 is #03A10D. Grayscale: #9D9D9D. Windows color (decimal): -237838 or 15884028. OLE color: 15884028.

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

Color convert

RGB 252 94 242 -
CMYK 0 0.63 0.04 0.01
HSL 303.8º 0.96% 0.68% -
HSV(B) 303.8º 0.63% 0.99% -
XYZ 60.17 35.11 87.61 -
YUV 158.11 175.35 194.97 -
System Red Green Blue C M Y K H S L
Decimal 252 94 242 0 0.63 0.04 0.01 303.8 0.96 0.68
Hex FC 5E F2 0 3F 4 1 130 60 44
Octal 374 136 362 0 77 4 1 460 140 104
Binary 11111100 1011110 11110010 0 111111 100 1 100110000 1100000 1000100

Color Harmonies of #FC5EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5EF2

Black with #FC5EF2

Text Example


Text Example

White with #FC5EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5EF2; }

 p { color: rgb(252,94,242); }

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

background-color css

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

 a { background-color: rgb(252,94,242); }

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

border-color css

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

 span { border-color: rgb(252,94,242); }

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