Html Css Color HEX #FF0AAB Hollywood Cerise

📋 copy color: '#FF0AAB'

red 255 ◦ green 10 ◦ blue 171

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

Shades of Hollywood Cerise #FF0AAB

Tints of Hollywood Cerise #FF0AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.22%

R = 58.49%
G = 2.29%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF0AAB (or 0xFF0AAB) is known color: Hollywood Cerise. HEX triplet: FF, 0A and AB. RGB value is (255,10,171). Sum of RGB (Red+Green+Blue) = 255+10+171=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 10 (4.30% from 255 or 2.29% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0AAB is #00F554. Grayscale: #656565. Windows color (decimal): -62805 or 11209471. OLE color: 11209471.

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

Color convert

RGB 255 10 171 -
CMYK 0 0.96 0.33 0
HSL 320.57º 1% 0.52% -
HSV(B) 320.57º 0.96% 1% -
XYZ 48.7 24.42 40.67 -
YUV 101.61 167.17 237.41 -
System Red Green Blue C M Y K H S L
Decimal 255 10 171 0 0.96 0.33 0 320.57 1 0.52
Hex FF A AB 0 60 21 0 141 64 34
Octal 377 12 253 0 140 41 0 501 144 64
Binary 11111111 1010 10101011 0 1100000 100001 0 101000001 1100100 110100

Color Harmonies of #FF0AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0AAB

Black with #FF0AAB

Text Example


Text Example

White with #FF0AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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