#FF008C

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

Shades of Deep Pink #FF008C

Tints of Deep Pink #FF008C

Color information

#FF008C (or 0xFF008C) is unknown color: approx Deep Pink. HEX triplet: FF, 00 and 8C. RGB value is (255,0,140). Sum of RGB (Red+Green+Blue) = 255+0+140=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF008C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF008C is #00FF73. Grayscale: #5B5B5B. Windows color (decimal): -65396 or 9175295. OLE color: 9175295.

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

Color convert

RGB2550140-
CMYK010.450
HSL327.06º100%50%-
HSV(B)327.06º100%100%-
XYZ45.9723.1526.86-
YUV92.2154.98244.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 140 (55.08% from 255) = 35.44%
R=64.56%
G=0%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550140010.450327.0610050
HexFF08C0642D01476432
Octal3770214014455050714462
Binary111111110100011000110010010110101010001111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF008C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF008C; }

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

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

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

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

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

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

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

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