Html Css Color HEX #FC1999 Deep Pink

📋 copy color: '#FC1999'

red 252 ◦ green 25 ◦ blue 153

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

Shades of Deep Pink #FC1999

Tints of Deep Pink #FC1999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.58%

R = 58.6%
G = 5.81%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC1999 (or 0xFC1999) is known color: Deep Pink. HEX triplet: FC, 19 and 99. RGB value is (252,25,153). Sum of RGB (Red+Green+Blue) = 252+25+153=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1999 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1999 is #03E666. Grayscale: #6B6B6B. Windows color (decimal): -255591 or 10033660. OLE color: 10033660.

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

Color convert

RGB 252 25 153 -
CMYK 0 0.90 0.39 0.01
HSL 326.17º 0.97% 0.54% -
HSV(B) 326.17º 0.9% 0.99% -
XYZ 46.24 23.69 32.27 -
YUV 107.47 153.71 231.09 -
System Red Green Blue C M Y K H S L
Decimal 252 25 153 0 0.90 0.39 0.01 326.17 0.97 0.54
Hex FC 19 99 0 5A 27 1 146 61 36
Octal 374 31 231 0 132 47 1 506 141 66
Binary 11111100 11001 10011001 0 1011010 100111 1 101000110 1100001 110110

Color Harmonies of #FC1999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1999

Black with #FC1999

Text Example


Text Example

White with #FC1999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1999; }

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

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

background-color css

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

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

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

border-color css

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

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

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