Html Css Color HEX #FC42FA Pink Flamingo

📋 copy color: '#FC42FA'

red 252 ◦ green 66 ◦ blue 250

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

Shades of Pink Flamingo #FC42FA

Tints of Pink Flamingo #FC42FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.01%

R = 44.37%
G = 11.62%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC42FA (or 0xFC42FA) is known color: Pink Flamingo. HEX triplet: FC, 42 and FA. RGB value is (252,66,250). Sum of RGB (Red+Green+Blue) = 252+66+250=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 66 (26.17% from 255 or 11.62% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC42FA is #03BD05. Grayscale: #8E8E8E. Windows color (decimal): -244998 or 16401148. OLE color: 16401148.

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

Color convert

RGB 252 66 250 -
CMYK 0 0.74 0.01 0.01
HSL 300.65º 0.97% 0.62% -
HSV(B) 300.65º 0.74% 0.99% -
XYZ 59.35 31.49 93.39 -
YUV 142.59 188.62 206.04 -
System Red Green Blue C M Y K H S L
Decimal 252 66 250 0 0.74 0.01 0.01 300.65 0.97 0.62
Hex FC 42 FA 0 4A 1 1 12D 61 3E
Octal 374 102 372 0 112 1 1 455 141 76
Binary 11111100 1000010 11111010 0 1001010 1 1 100101101 1100001 111110

Color Harmonies of #FC42FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC42FA

Black with #FC42FA

Text Example


Text Example

White with #FC42FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC42FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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