Html Css Color HEX #FF0AB0 Shocking Pink

📋 copy color: '#FF0AB0'

red 255 ◦ green 10 ◦ blue 176

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

Shades of Shocking Pink #FF0AB0

Tints of Shocking Pink #FF0AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.91%

R = 57.82%
G = 2.27%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF0AB0 (or 0xFF0AB0) is known color: Shocking Pink. HEX triplet: FF, 0A and B0. RGB value is (255,10,176). Sum of RGB (Red+Green+Blue) = 255+10+176=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0AB0 is #00F54F. Grayscale: #656565. Windows color (decimal): -62800 or 11537151. OLE color: 11537151.

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

Color convert

RGB 255 10 176 -
CMYK 0 0.96 0.31 0
HSL 319.35º 1% 0.52% -
HSV(B) 319.35º 0.96% 1% -
XYZ 49.19 24.61 43.23 -
YUV 102.18 169.67 237 -
System Red Green Blue C M Y K H S L
Decimal 255 10 176 0 0.96 0.31 0 319.35 1 0.52
Hex FF A B0 0 60 1F 0 13F 64 34
Octal 377 12 260 0 140 37 0 477 144 64
Binary 11111111 1010 10110000 0 1100000 11111 0 100111111 1100100 110100

Color Harmonies of #FF0AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0AB0

Black with #FF0AB0

Text Example


Text Example

White with #FF0AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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