#FF0F7E

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

Shades of Deep Pink #FF0F7E

Tints of Deep Pink #FF0F7E

Color information

#FF0F7E (or 0xFF0F7E) is unknown color: approx Deep Pink. HEX triplet: FF, 0F and 7E. RGB value is (255,15,126). Sum of RGB (Red+Green+Blue) = 255+15+126=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F7E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0F7E is #00F081. Grayscale: #636363. Windows color (decimal): -61570 or 8261631. OLE color: 8261631.

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

Color convert

RGB25515126-
CMYK00.940.510
HSL332.25º100%52.94%-
HSV(B)332.25º94.12%100%-
XYZ45.1823.1121.82-
YUV99.41143.01238.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.39%
GREEN value IS 15 (6.25% from 255) = 3.79%
BLUE value IS 126 (49.61% from 255) = 31.82%
R=64.39%
G=3.79%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551512600.940.510332.2510052.94
HexFFF7E05E33014c6435
Octal37717176013663051414465
Binary11111111111111111100101111011001101010011001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0F7E; }

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

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

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

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

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

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

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

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