Html Css Color HEX #FD0977 Deep Pink

📋 copy color: '#FD0977'

red 253 ◦ green 9 ◦ blue 119

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

Shades of Deep Pink #FD0977

Tints of Deep Pink #FD0977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.36%

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

R = 66.4%
G = 2.36%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD0977 (or 0xFD0977) is known color: Deep Pink. HEX triplet: FD, 09 and 77. RGB value is (253,9,119). Sum of RGB (Red+Green+Blue) = 253+9+119=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0977 is #02F688. Grayscale: #5E5E5E. Windows color (decimal): -194185 or 7801341. OLE color: 7801341.

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

Color convert

RGB 253 9 119 -
CMYK 0 0.96 0.53 0.01
HSL 332.95º 0.98% 0.51% -
HSV(B) 332.95º 0.96% 0.99% -
XYZ 43.94 22.41 19.46 -
YUV 94.5 141.84 241.06 -
System Red Green Blue C M Y K H S L
Decimal 253 9 119 0 0.96 0.53 0.01 332.95 0.98 0.51
Hex FD 9 77 0 60 35 1 14D 62 33
Octal 375 11 167 0 140 65 1 515 142 63
Binary 11111101 1001 1110111 0 1100000 110101 1 101001101 1100010 110011

Color Harmonies of #FD0977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0977

Black with #FD0977

Text Example


Text Example

White with #FD0977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0977; }

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

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

background-color css

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

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

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

border-color css

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

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

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