Html Css Color HEX #FD1599 Deep Pink

📋 copy color: '#FD1599'

red 253 ◦ green 21 ◦ blue 153

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

Shades of Deep Pink #FD1599

Tints of Deep Pink #FD1599

RGB

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

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

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

R = 59.25%
G = 4.92%
B = 35.83%

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

#FD1599 (or 0xFD1599) is known color: Deep Pink. HEX triplet: FD, 15 and 99. RGB value is (253,21,153). Sum of RGB (Red+Green+Blue) = 253+21+153=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1599 is #02EA66. Grayscale: #696969. Windows color (decimal): -191079 or 10032637. OLE color: 10032637.

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

Color convert

RGB 253 21 153 -
CMYK 0 0.92 0.40 0.01
HSL 325.86º 0.98% 0.54% -
HSV(B) 325.86º 0.92% 0.99% -
XYZ 46.53 23.72 32.26 -
YUV 105.42 154.86 233.27 -
System Red Green Blue C M Y K H S L
Decimal 253 21 153 0 0.92 0.40 0.01 325.86 0.98 0.54
Hex FD 15 99 0 5C 28 1 146 62 36
Octal 375 25 231 0 134 50 1 506 142 66
Binary 11111101 10101 10011001 0 1011100 101000 1 101000110 1100010 110110

Color Harmonies of #FD1599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1599

Black with #FD1599

Text Example


Text Example

White with #FD1599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1599; }

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

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

background-color css

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

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

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

border-color css

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

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

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