#FF0074

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

Shades of Deep Pink #FF0074

Tints of Deep Pink #FF0074

Color information

#FF0074 (or 0xFF0074) is unknown color: approx Deep Pink. HEX triplet: FF, 00 and 74. RGB value is (255,0,116). Sum of RGB (Red+Green+Blue) = 255+0+116=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0074 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0074 is #00FF8B. Grayscale: #595959. Windows color (decimal): -65420 or 7602431. OLE color: 7602431.

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

Color convert

RGB2550116-
CMYK010.550
HSL332.71º100%50%-
HSV(B)332.71º100%100%-
XYZ44.3922.5218.53-
YUV89.47142.98246.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 116 (45.70% from 255) = 31.27%
R=68.73%
G=0%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550116010.550332.7110050
HexFF07406437014d6432
Octal3770164014467051514462
Binary11111111011101000110010011011101010011011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0074; }

 p { color: rgb(255,0,116); }

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

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

 a { background-color: rgb(255,0,116); }

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

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

 span { border-color: rgb(255,0,116); }

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