#FF0A97

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

Shades of Deep Pink #FF0A97

Tints of Deep Pink #FF0A97

Color information

#FF0A97 (or 0xFF0A97) is unknown color: approx Deep Pink. HEX triplet: FF, 0A and 97. RGB value is (255,10,151). Sum of RGB (Red+Green+Blue) = 255+10+151=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A97 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0A97 is #00F568. Grayscale: #636363. Windows color (decimal): -62825 or 9898751. OLE color: 9898751.

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

Color convert

RGB25510151-
CMYK00.960.410
HSL325.47º100%51.96%-
HSV(B)325.47º96.08%100%-
XYZ46.9323.7131.38-
YUV99.33157.17239.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.30%
GREEN value IS 10 (4.30% from 255) = 2.40%
BLUE value IS 151 (59.38% from 255) = 36.30%
R=61.30%
G=2.40%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551015100.960.410325.4710051.96
HexFFA970602901456434
Octal37712227014051050514464
Binary111111111010100101110110000010100101010001011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0A97; }

 p { color: rgb(255,10,151); }

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

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

 a { background-color: rgb(255,10,151); }

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

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

 span { border-color: rgb(255,10,151); }

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