#FF008E

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

Shades of Deep Pink #FF008E

Tints of Deep Pink #FF008E

Color information

#FF008E (or 0xFF008E) is unknown color: approx Deep Pink. HEX triplet: FF, 00 and 8E. RGB value is (255,0,142). Sum of RGB (Red+Green+Blue) = 255+0+142=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF008E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF008E is #00FF71. Grayscale: #5C5C5C. Windows color (decimal): -65394 or 9306367. OLE color: 9306367.

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

Color convert

RGB2550142-
CMYK010.440
HSL326.59º100%50%-
HSV(B)326.59º100%100%-
XYZ46.1223.2127.64-
YUV92.43155.98243.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 35.77%
R=64.23%
G=0%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550142010.440326.5910050
HexFF08E0642C01476432
Octal3770216014454050714462
Binary111111110100011100110010010110001010001111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF008E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF008E; }

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

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

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

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

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

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

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

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