Html Css Color HEX #FC1190 Deep Pink

📋 copy color: '#FC1190'

red 252 ◦ green 17 ◦ blue 144

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

Shades of Deep Pink #FC1190

Tints of Deep Pink #FC1190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.12%

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

R = 61.02%
G = 4.12%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC1190 (or 0xFC1190) is known color: Deep Pink. HEX triplet: FC, 11 and 90. RGB value is (252,17,144). Sum of RGB (Red+Green+Blue) = 252+17+144=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1190 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1190 is #03EE6F. Grayscale: #656565. Windows color (decimal): -257648 or 9441788. OLE color: 9441788.

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

Color convert

RGB 252 17 144 -
CMYK 0 0.93 0.43 0.01
HSL 327.57º 0.98% 0.53% -
HSV(B) 327.57º 0.93% 0.99% -
XYZ 45.38 23.11 28.45 -
YUV 101.74 151.86 235.17 -
System Red Green Blue C M Y K H S L
Decimal 252 17 144 0 0.93 0.43 0.01 327.57 0.98 0.53
Hex FC 11 90 0 5D 2B 1 148 62 35
Octal 374 21 220 0 135 53 1 510 142 65
Binary 11111100 10001 10010000 0 1011101 101011 1 101001000 1100010 110101

Color Harmonies of #FC1190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1190

Black with #FC1190

Text Example


Text Example

White with #FC1190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1190; }

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

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

background-color css

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

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

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

border-color css

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

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

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