Html Css Color HEX #FA0799 Hollywood Cerise

📋 copy color: '#FA0799'

red 250 ◦ green 7 ◦ blue 153

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

Shades of Hollywood Cerise #FA0799

Tints of Hollywood Cerise #FA0799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.71%

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

R = 60.98%
G = 1.71%
B = 37.32%

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

#FA0799 (or 0xFA0799) is known color: Hollywood Cerise. HEX triplet: FA, 07 and 99. RGB value is (250,7,153). Sum of RGB (Red+Green+Blue) = 250+7+153=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0799 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0799 is #05F866. Grayscale: #5F5F5F. Windows color (decimal): -391271 or 10029050. OLE color: 10029050.

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

Color convert

RGB 250 7 153 -
CMYK 0 0.97 0.39 0.02
HSL 323.95º 0.96% 0.5% -
HSV(B) 323.95º 0.97% 0.98% -
XYZ 45.25 22.78 32.15 -
YUV 96.3 160.01 237.63 -
System Red Green Blue C M Y K H S L
Decimal 250 7 153 0 0.97 0.39 0.02 323.95 0.96 0.5
Hex FA 7 99 0 61 27 2 144 60 32
Octal 372 7 231 0 141 47 2 504 140 62
Binary 11111010 111 10011001 0 1100001 100111 10 101000100 1100000 110010

Color Harmonies of #FA0799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0799

Black with #FA0799

Text Example


Text Example

White with #FA0799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0799; }

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

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

background-color css

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

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

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

border-color css

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

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

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