Html Css Color HEX #FC42FF Pink Flamingo

📋 copy color: '#FC42FF'

red 252 ◦ green 66 ◦ blue 255

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

Shades of Pink Flamingo #FC42FF

Tints of Pink Flamingo #FC42FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.5%

R = 43.98%
G = 11.52%
B = 44.5%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC42FF (or 0xFC42FF) is known color: Pink Flamingo. HEX triplet: FC, 42 and FF. RGB value is (252,66,255). Sum of RGB (Red+Green+Blue) = 252+66+255=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 66 (26.17% from 255 or 11.52% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC42FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC42FF is #03BD00. Grayscale: #8E8E8E. Windows color (decimal): -244993 or 16728828. OLE color: 16728828.

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

Color convert

RGB 252 66 255 -
CMYK 0.01 0.74 0 0
HSL 299.05º 1% 0.63% -
HSV(B) 299.05º 0.74% 1% -
XYZ 60.14 31.81 97.58 -
YUV 143.16 191.12 205.63 -
System Red Green Blue C M Y K H S L
Decimal 252 66 255 0.01 0.74 0 0 299.05 1 0.63
Hex FC 42 FF 1 4A 0 0 12B 64 3F
Octal 374 102 377 1 112 0 0 453 144 77
Binary 11111100 1000010 11111111 1 1001010 0 0 100101011 1100100 111111

Color Harmonies of #FC42FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC42FF

Black with #FC42FF

Text Example


Text Example

White with #FC42FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC42FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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