Html Css Color HEX #FC0490 Deep Pink

📋 copy color: '#FC0490'

red 252 ◦ green 4 ◦ blue 144

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

Shades of Deep Pink #FC0490

Tints of Deep Pink #FC0490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1%

 BLUE value IS 144 (56.64% from 255) = 36%

R = 63%
G = 1%
B = 36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC0490 (or 0xFC0490) is known color: Deep Pink. HEX triplet: FC, 04 and 90. RGB value is (252,4,144). Sum of RGB (Red+Green+Blue) = 252+4+144=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0490 is #03FB6F. Grayscale: #5D5D5D. Windows color (decimal): -260976 or 9438460. OLE color: 9438460.

HSL color Cylindrical-coordinate representation of color #FC0490: hue angle of 326.13º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0490 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 4 144 -
CMYK 0 0.98 0.43 0.01
HSL 326.13º 0.98% 0.5% -
HSV(B) 326.13º 0.98% 0.99% -
XYZ 45.22 22.8 28.4 -
YUV 94.11 156.16 240.62 -
System Red Green Blue C M Y K H S L
Decimal 252 4 144 0 0.98 0.43 0.01 326.13 0.98 0.5
Hex FC 4 90 0 62 2B 1 146 62 32
Octal 374 4 220 0 142 53 1 506 142 62
Binary 11111100 100 10010000 0 1100010 101011 1 101000110 1100010 110010

Color Harmonies of #FC0490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0490

Black with #FC0490

Text Example


Text Example

White with #FC0490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0490; }

 p { color: rgb(252,4,144); }

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

background-color css

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

 a { background-color: rgb(252,4,144); }

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

border-color css

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

 span { border-color: rgb(252,4,144); }

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