Html Css Color HEX #FD1576 Deep Pink

📋 copy color: '#FD1576'

red 253 ◦ green 21 ◦ blue 118

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

Shades of Deep Pink #FD1576

Tints of Deep Pink #FD1576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.1%

R = 64.54%
G = 5.36%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD1576 (or 0xFD1576) is known color: Deep Pink. HEX triplet: FD, 15 and 76. RGB value is (253,21,118). Sum of RGB (Red+Green+Blue) = 253+21+118=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1576 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1576 is #02EA89. Grayscale: #656565. Windows color (decimal): -191114 or 7738877. OLE color: 7738877.

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

Color convert

RGB 253 21 118 -
CMYK 0 0.92 0.53 0.01
HSL 334.91º 0.98% 0.54% -
HSV(B) 334.91º 0.92% 0.99% -
XYZ 44.05 22.73 19.2 -
YUV 101.43 137.36 236.11 -
System Red Green Blue C M Y K H S L
Decimal 253 21 118 0 0.92 0.53 0.01 334.91 0.98 0.54
Hex FD 15 76 0 5C 35 1 14F 62 36
Octal 375 25 166 0 134 65 1 517 142 66
Binary 11111101 10101 1110110 0 1011100 110101 1 101001111 1100010 110110

Color Harmonies of #FD1576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1576

Black with #FD1576

Text Example


Text Example

White with #FD1576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1576; }

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

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

background-color css

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

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

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

border-color css

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

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

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