Html Css Color HEX #FA0899 Hollywood Cerise

📋 copy color: '#FA0899'

red 250 ◦ green 8 ◦ blue 153

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

Shades of Hollywood Cerise #FA0899

Tints of Hollywood Cerise #FA0899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.95%

 BLUE value IS 153 (60.16% from 255) = 37.23%

R = 60.83%
G = 1.95%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA0899 (or 0xFA0899) is known color: Hollywood Cerise. HEX triplet: FA, 08 and 99. RGB value is (250,8,153). Sum of RGB (Red+Green+Blue) = 250+8+153=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0899 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0899 is #05F766. Grayscale: #606060. Windows color (decimal): -391015 or 10029306. OLE color: 10029306.

HSL color Cylindrical-coordinate representation of color #FA0899: hue angle of 324.05º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0899 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 8 153 -
CMYK 0 0.97 0.39 0.02
HSL 324.05º 0.96% 0.51% -
HSV(B) 324.05º 0.97% 0.98% -
XYZ 45.26 22.8 32.15 -
YUV 96.89 159.67 237.21 -
System Red Green Blue C M Y K H S L
Decimal 250 8 153 0 0.97 0.39 0.02 324.05 0.96 0.51
Hex FA 8 99 0 61 27 2 144 60 33
Octal 372 10 231 0 141 47 2 504 140 63
Binary 11111010 1000 10011001 0 1100001 100111 10 101000100 1100000 110011

Color Harmonies of #FA0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0899

Black with #FA0899

Text Example


Text Example

White with #FA0899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0899; }

 p { color: rgb(250,8,153); }

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

background-color css

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

 a { background-color: rgb(250,8,153); }

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

border-color css

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

 span { border-color: rgb(250,8,153); }

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