Html Css Color HEX #FF00A8 Hollywood Cerise

📋 copy color: '#FF00A8'

red 255 ◦ green 0 ◦ blue 168

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

Shades of Hollywood Cerise #FF00A8

Tints of Hollywood Cerise #FF00A8

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 168 (66.02% from 255) = 39.72%

R = 60.28%
G = 0%
B = 39.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FF00A8 (or 0xFF00A8) is known color: Hollywood Cerise. HEX triplet: FF, 00 and A8. RGB value is (255,0,168). Sum of RGB (Red+Green+Blue) = 255+0+168=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF00A8 is #00FF57. Grayscale: #5E5E5E. Windows color (decimal): -65368 or 11010303. OLE color: 11010303.

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

Color convert

RGB 255 0 168 -
CMYK 0 1 0.34 0
HSL 320.47º 1% 0.5% -
HSV(B) 320.47º 1% 1% -
XYZ 48.31 24.09 39.15 -
YUV 95.4 168.98 241.84 -
System Red Green Blue C M Y K H S L
Decimal 255 0 168 0 1 0.34 0 320.47 1 0.5
Hex FF 0 A8 0 64 22 0 140 64 32
Octal 377 0 250 0 144 42 0 500 144 62
Binary 11111111 0 10101000 0 1100100 100010 0 101000000 1100100 110010

Color Harmonies of #FF00A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF00A8

Black with #FF00A8

Text Example


Text Example

White with #FF00A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF00A8; }

 p { color: rgb(255,0,168); }

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

background-color css

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

 a { background-color: rgb(255,0,168); }

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

border-color css

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

 span { border-color: rgb(255,0,168); }

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