Html Css Color HEX #FC2490 Deep Pink

📋 copy color: '#FC2490'

red 252 ◦ green 36 ◦ blue 144

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

Shades of Deep Pink #FC2490

Tints of Deep Pink #FC2490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.33%

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

R = 58.33%
G = 8.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC2490 (or 0xFC2490) is known color: Deep Pink. HEX triplet: FC, 24 and 90. RGB value is (252,36,144). Sum of RGB (Red+Green+Blue) = 252+36+144=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2490 is #03DB6F. Grayscale: #707070. Windows color (decimal): -252784 or 9446652. OLE color: 9446652.

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

Color convert

RGB 252 36 144 -
CMYK 0 0.86 0.43 0.01
HSL 330º 0.97% 0.56% -
HSV(B) 330º 0.86% 0.99% -
XYZ 45.81 23.97 28.6 -
YUV 112.9 145.56 227.22 -
System Red Green Blue C M Y K H S L
Decimal 252 36 144 0 0.86 0.43 0.01 330 0.97 0.56
Hex FC 24 90 0 56 2B 1 14A 61 38
Octal 374 44 220 0 126 53 1 512 141 70
Binary 11111100 100100 10010000 0 1010110 101011 1 101001010 1100001 111000

Color Harmonies of #FC2490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2490

Black with #FC2490

Text Example


Text Example

White with #FC2490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2490; }

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

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

background-color css

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

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

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

border-color css

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

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

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