#FD0378

Color #FD0378 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #FD0378

Tints of Deep Pink #FD0378

Color information

#FD0378 (or 0xFD0378) is unknown color: approx Deep Pink. HEX triplet: FD, 03 and 78. RGB value is (253,3,120). Sum of RGB (Red+Green+Blue) = 253+3+120=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0378 is #02FC87. Grayscale: #5A5A5A. Windows color (decimal): -195720 or 7865341. OLE color: 7865341.

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

Color convert

RGB2533120-
CMYK00.990.530.01
HSL331.92º98.43%50.2%-
HSV(B)331.92º98.81%99.22%-
XYZ43.9322.319.76-
YUV91.09144.32243.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 67.29%
GREEN value IS 3 (1.56% from 255) = 0.80%
BLUE value IS 120 (47.27% from 255) = 31.91%
R=67.29%
G=0.80%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253312000.990.530.01331.9298.4350.2
HexFD37806335114c6232
Octal3753170014365151414262
Binary111111011111110000110001111010111010011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD0378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD0378; }

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

 H1.HeaderClassName
 {
   color: #FD0378;
 }
 .AnyTagClassName
 {
   color: #FD0378;
 }
</style>
background-color css

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

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

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

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

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

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