Html Css Color HEX #FD1597 Deep Pink

📋 copy color: '#FD1597'

red 253 ◦ green 21 ◦ blue 151

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

Shades of Deep Pink #FD1597

Tints of Deep Pink #FD1597

RGB

 RED value IS 253 (99.22% from 255) = 59.53%

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

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

R = 59.53%
G = 4.94%
B = 35.53%

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

#FD1597 (or 0xFD1597) is known color: Deep Pink. HEX triplet: FD, 15 and 97. RGB value is (253,21,151). Sum of RGB (Red+Green+Blue) = 253+21+151=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1597 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1597 is #02EA68. Grayscale: #686868. Windows color (decimal): -191081 or 9901565. OLE color: 9901565.

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

Color convert

RGB 253 21 151 -
CMYK 0 0.92 0.40 0.01
HSL 326.38º 0.98% 0.54% -
HSV(B) 326.38º 0.92% 0.99% -
XYZ 46.36 23.65 31.4 -
YUV 105.19 153.86 233.43 -
System Red Green Blue C M Y K H S L
Decimal 253 21 151 0 0.92 0.40 0.01 326.38 0.98 0.54
Hex FD 15 97 0 5C 28 1 146 62 36
Octal 375 25 227 0 134 50 1 506 142 66
Binary 11111101 10101 10010111 0 1011100 101000 1 101000110 1100010 110110

Color Harmonies of #FD1597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1597

Black with #FD1597

Text Example


Text Example

White with #FD1597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1597; }

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

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

background-color css

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

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

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

border-color css

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

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

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