Html Css Color HEX #FD0376 Deep Pink

📋 copy color: '#FD0376'

red 253 ◦ green 3 ◦ blue 118

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

Shades of Deep Pink #FD0376

Tints of Deep Pink #FD0376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 67.65%
G = 0.8%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD0376 (or 0xFD0376) is known color: Deep Pink. HEX triplet: FD, 03 and 76. RGB value is (253,3,118). Sum of RGB (Red+Green+Blue) = 253+3+118=374 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.65% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0376 is #02FC89. Grayscale: #5A5A5A. Windows color (decimal): -195722 or 7734269. OLE color: 7734269.

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

Color convert

RGB 253 3 118 -
CMYK 0 0.99 0.53 0.01
HSL 332.4º 0.98% 0.5% -
HSV(B) 332.4º 0.99% 0.99% -
XYZ 43.81 22.26 19.13 -
YUV 90.86 143.33 243.65 -
System Red Green Blue C M Y K H S L
Decimal 253 3 118 0 0.99 0.53 0.01 332.4 0.98 0.5
Hex FD 3 76 0 63 35 1 14C 62 32
Octal 375 3 166 0 143 65 1 514 142 62
Binary 11111101 11 1110110 0 1100011 110101 1 101001100 1100010 110010

Color Harmonies of #FD0376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0376

Black with #FD0376

Text Example


Text Example

White with #FD0376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0376; }

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

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

background-color css

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

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

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

border-color css

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

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

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