Html Css Color HEX #FA00A8 Hollywood Cerise

📋 copy color: '#FA00A8'

red 250 ◦ green 0 ◦ blue 168

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

Shades of Hollywood Cerise #FA00A8

Tints of Hollywood Cerise #FA00A8

RGB

 RED value IS 250 (98.05% from 255) = 59.81%

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

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

R = 59.81%
G = 0%
B = 40.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA00A8 (or 0xFA00A8) is known color: Hollywood Cerise. HEX triplet: FA, 00 and A8. RGB value is (250,0,168). Sum of RGB (Red+Green+Blue) = 250+0+168=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA00A8 is #05FF57. Grayscale: #5D5D5D. Windows color (decimal): -393048 or 11010298. OLE color: 11010298.

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

Color convert

RGB 250 0 168 -
CMYK 0 1 0.33 0.02
HSL 319.68º 1% 0.49% -
HSV(B) 319.68º 1% 0.98% -
XYZ 46.49 23.15 39.06 -
YUV 93.9 169.83 239.34 -
System Red Green Blue C M Y K H S L
Decimal 250 0 168 0 1 0.33 0.02 319.68 1 0.49
Hex FA 0 A8 0 64 21 2 140 64 31
Octal 372 0 250 0 144 41 2 500 144 61
Binary 11111010 0 10101000 0 1100100 100001 10 101000000 1100100 110001

Color Harmonies of #FA00A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA00A8

Black with #FA00A8

Text Example


Text Example

White with #FA00A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA00A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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