Html Css Color HEX #FF0A98 Deep Pink

📋 copy color: '#FF0A98'

red 255 ◦ green 10 ◦ blue 152

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

Shades of Deep Pink #FF0A98

Tints of Deep Pink #FF0A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.45%

R = 61.15%
G = 2.4%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF0A98 (or 0xFF0A98) is known color: Deep Pink. HEX triplet: FF, 0A and 98. RGB value is (255,10,152). Sum of RGB (Red+Green+Blue) = 255+10+152=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0A98 is #00F567. Grayscale: #636363. Windows color (decimal): -62824 or 9964287. OLE color: 9964287.

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

Color convert

RGB 255 10 152 -
CMYK 0 0.96 0.40 0
HSL 325.22º 1% 0.52% -
HSV(B) 325.22º 0.96% 1% -
XYZ 47.02 23.74 31.81 -
YUV 99.44 157.67 238.95 -
System Red Green Blue C M Y K H S L
Decimal 255 10 152 0 0.96 0.40 0 325.22 1 0.52
Hex FF A 98 0 60 28 0 145 64 34
Octal 377 12 230 0 140 50 0 505 144 64
Binary 11111111 1010 10011000 0 1100000 101000 0 101000101 1100100 110100

Color Harmonies of #FF0A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0A98

Black with #FF0A98

Text Example


Text Example

White with #FF0A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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