#FF008D

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

Shades of Deep Pink #FF008D

Tints of Deep Pink #FF008D

Color information

#FF008D (or 0xFF008D) is unknown color: approx Deep Pink. HEX triplet: FF, 00 and 8D. RGB value is (255,0,141). Sum of RGB (Red+Green+Blue) = 255+0+141=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF008D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF008D is #00FF72. Grayscale: #5C5C5C. Windows color (decimal): -65395 or 9240831. OLE color: 9240831.

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

Color convert

RGB2550141-
CMYK010.450
HSL326.82º100%50%-
HSV(B)326.82º100%100%-
XYZ46.0523.1827.25-
YUV92.32155.48244.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 35.61%
R=64.39%
G=0%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550141010.450326.8210050
HexFF08D0642D01476432
Octal3770215014455050714462
Binary111111110100011010110010010110101010001111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF008D; }

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

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

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

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

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

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

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

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