Html Css Color HEX #FC42EF Pink Flamingo

📋 copy color: '#FC42EF'

red 252 ◦ green 66 ◦ blue 239

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

Shades of Pink Flamingo #FC42EF

Tints of Pink Flamingo #FC42EF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 11.85%

 BLUE value IS 239 (93.75% from 255) = 42.91%

R = 45.24%
G = 11.85%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC42EF (or 0xFC42EF) is known color: Pink Flamingo. HEX triplet: FC, 42 and EF. RGB value is (252,66,239). Sum of RGB (Red+Green+Blue) = 252+66+239=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 66 (26.17% from 255 or 11.85% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC42EF is #03BD10. Grayscale: #8C8C8C. Windows color (decimal): -245009 or 15680252. OLE color: 15680252.

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

Color convert

RGB 252 66 239 -
CMYK 0 0.74 0.05 0.01
HSL 304.19º 0.97% 0.62% -
HSV(B) 304.19º 0.74% 0.99% -
XYZ 57.67 30.82 84.57 -
YUV 141.34 183.12 206.93 -
System Red Green Blue C M Y K H S L
Decimal 252 66 239 0 0.74 0.05 0.01 304.19 0.97 0.62
Hex FC 42 EF 0 4A 5 1 130 61 3E
Octal 374 102 357 0 112 5 1 460 141 76
Binary 11111100 1000010 11101111 0 1001010 101 1 100110000 1100001 111110

Color Harmonies of #FC42EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC42EF

Black with #FC42EF

Text Example


Text Example

White with #FC42EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC42EF; }

 p { color: rgb(252,66,239); }

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

background-color css

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

 a { background-color: rgb(252,66,239); }

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

border-color css

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

 span { border-color: rgb(252,66,239); }

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