Html Css Color HEX #FC1992 Deep Pink

📋 copy color: '#FC1992'

red 252 ◦ green 25 ◦ blue 146

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

Shades of Deep Pink #FC1992

Tints of Deep Pink #FC1992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.91%

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

R = 59.57%
G = 5.91%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC1992 (or 0xFC1992) is known color: Deep Pink. HEX triplet: FC, 19 and 92. RGB value is (252,25,146). Sum of RGB (Red+Green+Blue) = 252+25+146=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1992 is #03E66D. Grayscale: #6A6A6A. Windows color (decimal): -255598 or 9574908. OLE color: 9574908.

HSL color Cylindrical-coordinate representation of color #FC1992: hue angle of 328.02º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1992 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 25 146 -
CMYK 0 0.90 0.42 0.01
HSL 328.02º 0.97% 0.54% -
HSV(B) 328.02º 0.9% 0.99% -
XYZ 45.68 23.47 29.32 -
YUV 106.67 150.21 231.66 -
System Red Green Blue C M Y K H S L
Decimal 252 25 146 0 0.90 0.42 0.01 328.02 0.97 0.54
Hex FC 19 92 0 5A 2A 1 148 61 36
Octal 374 31 222 0 132 52 1 510 141 66
Binary 11111100 11001 10010010 0 1011010 101010 1 101001000 1100001 110110

Color Harmonies of #FC1992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1992

Black with #FC1992

Text Example


Text Example

White with #FC1992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1992; }

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

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

background-color css

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

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

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

border-color css

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

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

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