Html Css Color HEX #FD0076 Deep Pink

📋 copy color: '#FD0076'

red 253 ◦ green 0 ◦ blue 118

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

Shades of Deep Pink #FD0076

Tints of Deep Pink #FD0076

RGB

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

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

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

R = 68.19%
G = 0%
B = 31.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD0076 (or 0xFD0076) is known color: Deep Pink. HEX triplet: FD, 00 and 76. RGB value is (253,0,118). Sum of RGB (Red+Green+Blue) = 253+0+118=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0076 is #02FF89. Grayscale: #585858. Windows color (decimal): -196490 or 7733501. OLE color: 7733501.

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

Color convert

RGB 253 0 118 -
CMYK 0 1 0.53 0.01
HSL 332.02º 1% 0.5% -
HSV(B) 332.02º 1% 0.99% -
XYZ 43.78 22.19 19.12 -
YUV 89.1 144.32 244.91 -
System Red Green Blue C M Y K H S L
Decimal 253 0 118 0 1 0.53 0.01 332.02 1 0.5
Hex FD 0 76 0 64 35 1 14C 64 32
Octal 375 0 166 0 144 65 1 514 144 62
Binary 11111101 0 1110110 0 1100100 110101 1 101001100 1100100 110010

Color Harmonies of #FD0076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0076

Black with #FD0076

Text Example


Text Example

White with #FD0076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0076; }

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

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

background-color css

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

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

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

border-color css

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

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

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