Html Css Color HEX #FC1597 Deep Pink

📋 copy color: '#FC1597'

red 252 ◦ green 21 ◦ blue 151

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

Shades of Deep Pink #FC1597

Tints of Deep Pink #FC1597

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.95%

 BLUE value IS 151 (59.38% from 255) = 35.61%

R = 59.43%
G = 4.95%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC1597 (or 0xFC1597) is known color: Deep Pink. HEX triplet: FC, 15 and 97. RGB value is (252,21,151). Sum of RGB (Red+Green+Blue) = 252+21+151=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1597 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1597 is #03EA68. Grayscale: #686868. Windows color (decimal): -256617 or 9901564. OLE color: 9901564.

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

Color convert

RGB 252 21 151 -
CMYK 0 0.92 0.40 0.01
HSL 326.23º 0.97% 0.54% -
HSV(B) 326.23º 0.92% 0.99% -
XYZ 46 23.47 31.38 -
YUV 104.89 154.03 232.93 -
System Red Green Blue C M Y K H S L
Decimal 252 21 151 0 0.92 0.40 0.01 326.23 0.97 0.54
Hex FC 15 97 0 5C 28 1 146 61 36
Octal 374 25 227 0 134 50 1 506 141 66
Binary 11111100 10101 10010111 0 1011100 101000 1 101000110 1100001 110110

Color Harmonies of #FC1597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1597

Black with #FC1597

Text Example


Text Example

White with #FC1597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1597; }

 p { color: rgb(252,21,151); }

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

background-color css

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

 a { background-color: rgb(252,21,151); }

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

border-color css

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

 span { border-color: rgb(252,21,151); }

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