Html Css Color HEX #FC1996 Deep Pink

📋 copy color: '#FC1996'

red 252 ◦ green 25 ◦ blue 150

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

Shades of Deep Pink #FC1996

Tints of Deep Pink #FC1996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.13%

R = 59.02%
G = 5.85%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC1996 (or 0xFC1996) is known color: Deep Pink. HEX triplet: FC, 19 and 96. RGB value is (252,25,150). Sum of RGB (Red+Green+Blue) = 252+25+150=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1996 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1996 is #03E669. Grayscale: #6A6A6A. Windows color (decimal): -255594 or 9837052. OLE color: 9837052.

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

Color convert

RGB 252 25 150 -
CMYK 0 0.90 0.40 0.01
HSL 326.96º 0.97% 0.54% -
HSV(B) 326.96º 0.9% 0.99% -
XYZ 46 23.59 30.98 -
YUV 107.12 152.21 231.34 -
System Red Green Blue C M Y K H S L
Decimal 252 25 150 0 0.90 0.40 0.01 326.96 0.97 0.54
Hex FC 19 96 0 5A 28 1 147 61 36
Octal 374 31 226 0 132 50 1 507 141 66
Binary 11111100 11001 10010110 0 1011010 101000 1 101000111 1100001 110110

Color Harmonies of #FC1996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1996

Black with #FC1996

Text Example


Text Example

White with #FC1996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1996; }

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

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

background-color css

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

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

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

border-color css

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

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

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