Html Css Color HEX #FD0879 Deep Pink

📋 copy color: '#FD0879'

red 253 ◦ green 8 ◦ blue 121

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

Shades of Deep Pink #FD0879

Tints of Deep Pink #FD0879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.09%

 BLUE value IS 121 (47.66% from 255) = 31.68%

R = 66.23%
G = 2.09%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD0879 (or 0xFD0879) is known color: Deep Pink. HEX triplet: FD, 08 and 79. RGB value is (253,8,121). Sum of RGB (Red+Green+Blue) = 253+8+121=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0879 is #02F786. Grayscale: #5D5D5D. Windows color (decimal): -194439 or 7932157. OLE color: 7932157.

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

Color convert

RGB 253 8 121 -
CMYK 0 0.97 0.52 0.01
HSL 332.33º 0.98% 0.51% -
HSV(B) 332.33º 0.97% 0.99% -
XYZ 44.05 22.44 20.1 -
YUV 94.14 143.17 241.31 -
System Red Green Blue C M Y K H S L
Decimal 253 8 121 0 0.97 0.52 0.01 332.33 0.98 0.51
Hex FD 8 79 0 61 34 1 14C 62 33
Octal 375 10 171 0 141 64 1 514 142 63
Binary 11111101 1000 1111001 0 1100001 110100 1 101001100 1100010 110011

Color Harmonies of #FD0879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0879

Black with #FD0879

Text Example


Text Example

White with #FD0879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0879; }

 p { color: rgb(253,8,121); }

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

background-color css

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

 a { background-color: rgb(253,8,121); }

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

border-color css

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

 span { border-color: rgb(253,8,121); }

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