Html Css Color HEX #FF0A99 Deep Pink

📋 copy color: '#FF0A99'

red 255 ◦ green 10 ◦ blue 153

#FF0A99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #FF0A99

Tints of Deep Pink #FF0A99

RGB

 RED value IS 255 (100% from 255) = 61%

 GREEN value IS 10 (4.3% from 255) = 2.39%

 BLUE value IS 153 (60.16% from 255) = 36.6%

R = 61%
G = 2.39%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#FF0A99 (or 0xFF0A99) is known color: Deep Pink. HEX triplet: FF, 0A and 99. RGB value is (255,10,153). Sum of RGB (Red+Green+Blue) = 255+10+153=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 10 (4.30% from 255 or 2.39% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0A99 is #00F566. Grayscale: #636363. Windows color (decimal): -62823 or 10029823. OLE color: 10029823.

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

Color convert

RGB 255 10 153 -
CMYK 0 0.96 0.4 0
HSL 324.98º 1% 0.52% -
HSV(B) 324.98º 0.96% 1% -
XYZ 47.1 23.78 32.24 -
YUV 99.56 158.17 238.87 -
System Red Green Blue C M Y K H S L
Decimal 255 10 153 0 0.96 0.4 0 324.98 1 0.52
Hex FF A 99 0 60 28 0 145 64 34
Octal 377 12 231 0 140 50 0 505 144 64
Binary 11111111 1010 10011001 0 1100000 101000 0 101000101 1100100 110100

Color Harmonies of #FF0A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0A99

Black with #FF0A99

Text Example


Text Example

White with #FF0A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0A99; }

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

 H1.HeaderClassName
 {
   color: #FF0A99;
 }
 .AnyTagClassName
 {
   color: #FF0A99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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