#FF007E

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

Shades of Deep Pink #FF007E

Tints of Deep Pink #FF007E

Color information

#FF007E (or 0xFF007E) is unknown color: approx Deep Pink. HEX triplet: FF, 00 and 7E. RGB value is (255,0,126). Sum of RGB (Red+Green+Blue) = 255+0+126=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF007E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF007E is #00FF81. Grayscale: #5A5A5A. Windows color (decimal): -65410 or 8257791. OLE color: 8257791.

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

Color convert

RGB2550126-
CMYK010.510
HSL330.35º100%50%-
HSV(B)330.35º100%100%-
XYZ45.0122.7721.76-
YUV90.61147.98245.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=66.93%
G=0%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550126010.510330.3510050
HexFF07E06433014a6432
Octal3770176014463051214462
Binary11111111011111100110010011001101010010101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF007E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF007E; }

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

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

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

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

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

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

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

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