Html Css Color HEX #FD1977 Deep Pink

📋 copy color: '#FD1977'

red 253 ◦ green 25 ◦ blue 119

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

Shades of Deep Pink #FD1977

Tints of Deep Pink #FD1977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.97%

R = 63.73%
G = 6.3%
B = 29.97%

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

#FD1977 (or 0xFD1977) is known color: Deep Pink. HEX triplet: FD, 19 and 77. RGB value is (253,25,119). Sum of RGB (Red+Green+Blue) = 253+25+119=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1977 is #02E688. Grayscale: #676767. Windows color (decimal): -190089 or 7805437. OLE color: 7805437.

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

Color convert

RGB 253 25 119 -
CMYK 0 0.90 0.53 0.01
HSL 335.26º 0.98% 0.55% -
HSV(B) 335.26º 0.9% 0.99% -
XYZ 44.19 22.91 19.55 -
YUV 103.89 136.54 234.36 -
System Red Green Blue C M Y K H S L
Decimal 253 25 119 0 0.90 0.53 0.01 335.26 0.98 0.55
Hex FD 19 77 0 5A 35 1 14F 62 37
Octal 375 31 167 0 132 65 1 517 142 67
Binary 11111101 11001 1110111 0 1011010 110101 1 101001111 1100010 110111

Color Harmonies of #FD1977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1977

Black with #FD1977

Text Example


Text Example

White with #FD1977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1977; }

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

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

background-color css

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

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

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

border-color css

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

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

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