Html Css Color HEX #FD0079 Deep Pink

📋 copy color: '#FD0079'

red 253 ◦ green 0 ◦ blue 121

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

Shades of Deep Pink #FD0079

Tints of Deep Pink #FD0079

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.65%
G = 0%
B = 32.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD0079 (or 0xFD0079) is known color: Deep Pink. HEX triplet: FD, 00 and 79. RGB value is (253,0,121). Sum of RGB (Red+Green+Blue) = 253+0+121=374 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.65% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0079 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0079 is #02FF86. Grayscale: #595959. Windows color (decimal): -196487 or 7930109. OLE color: 7930109.

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

Color convert

RGB 253 0 121 -
CMYK 0 1 0.52 0.01
HSL 331.3º 1% 0.5% -
HSV(B) 331.3º 1% 0.99% -
XYZ 43.96 22.26 20.07 -
YUV 89.44 145.82 244.66 -
System Red Green Blue C M Y K H S L
Decimal 253 0 121 0 1 0.52 0.01 331.3 1 0.5
Hex FD 0 79 0 64 34 1 14B 64 32
Octal 375 0 171 0 144 64 1 513 144 62
Binary 11111101 0 1111001 0 1100100 110100 1 101001011 1100100 110010

Color Harmonies of #FD0079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0079

Black with #FD0079

Text Example


Text Example

White with #FD0079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0079; }

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

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

background-color css

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

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

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

border-color css

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

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

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