Html Css Color HEX #FD1976 Deep Pink

📋 copy color: '#FD1976'

red 253 ◦ green 25 ◦ blue 118

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

Shades of Deep Pink #FD1976

Tints of Deep Pink #FD1976

RGB

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

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

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

R = 63.89%
G = 6.31%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD1976 (or 0xFD1976) is known color: Deep Pink. HEX triplet: FD, 19 and 76. RGB value is (253,25,118). Sum of RGB (Red+Green+Blue) = 253+25+118=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1976 is #02E689. Grayscale: #676767. Windows color (decimal): -190090 or 7739901. OLE color: 7739901.

HSL color Cylindrical-coordinate representation of color #FD1976: hue angle of 335.53º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1976 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 25 118 -
CMYK 0 0.90 0.53 0.01
HSL 335.53º 0.98% 0.55% -
HSV(B) 335.53º 0.9% 0.99% -
XYZ 44.13 22.89 19.23 -
YUV 103.77 136.04 234.44 -
System Red Green Blue C M Y K H S L
Decimal 253 25 118 0 0.90 0.53 0.01 335.53 0.98 0.55
Hex FD 19 76 0 5A 35 1 150 62 37
Octal 375 31 166 0 132 65 1 520 142 67
Binary 11111101 11001 1110110 0 1011010 110101 1 101010000 1100010 110111

Color Harmonies of #FD1976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1976

Black with #FD1976

Text Example


Text Example

White with #FD1976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1976; }

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

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

background-color css

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

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

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

border-color css

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

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

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