Html Css Color HEX #FC1192 Deep Pink

📋 copy color: '#FC1192'

red 252 ◦ green 17 ◦ blue 146

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

Shades of Deep Pink #FC1192

Tints of Deep Pink #FC1192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.18%

R = 60.72%
G = 4.1%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC1192 (or 0xFC1192) is known color: Deep Pink. HEX triplet: FC, 11 and 92. RGB value is (252,17,146). Sum of RGB (Red+Green+Blue) = 252+17+146=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1192 is #03EE6D. Grayscale: #656565. Windows color (decimal): -257646 or 9572860. OLE color: 9572860.

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

Color convert

RGB 252 17 146 -
CMYK 0 0.93 0.42 0.01
HSL 327.06º 0.98% 0.53% -
HSV(B) 327.06º 0.93% 0.99% -
XYZ 45.53 23.17 29.27 -
YUV 101.97 152.86 235.01 -
System Red Green Blue C M Y K H S L
Decimal 252 17 146 0 0.93 0.42 0.01 327.06 0.98 0.53
Hex FC 11 92 0 5D 2A 1 147 62 35
Octal 374 21 222 0 135 52 1 507 142 65
Binary 11111100 10001 10010010 0 1011101 101010 1 101000111 1100010 110101

Color Harmonies of #FC1192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1192

Black with #FC1192

Text Example


Text Example

White with #FC1192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1192; }

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

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

background-color css

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

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

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

border-color css

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

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

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