Html Css Color HEX #FA0898 Hollywood Cerise

📋 copy color: '#FA0898'

red 250 ◦ green 8 ◦ blue 152

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

Shades of Hollywood Cerise #FA0898

Tints of Hollywood Cerise #FA0898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.07%

R = 60.98%
G = 1.95%
B = 37.07%

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

#FA0898 (or 0xFA0898) is known color: Hollywood Cerise. HEX triplet: FA, 08 and 98. RGB value is (250,8,152). Sum of RGB (Red+Green+Blue) = 250+8+152=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0898 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0898 is #05F767. Grayscale: #606060. Windows color (decimal): -391016 or 9963770. OLE color: 9963770.

HSL color Cylindrical-coordinate representation of color #FA0898: hue angle of 324.3º 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 #FA0898 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 8 152 -
CMYK 0 0.97 0.39 0.02
HSL 324.3º 0.96% 0.51% -
HSV(B) 324.3º 0.97% 0.98% -
XYZ 45.18 22.76 31.72 -
YUV 96.77 159.17 237.29 -
System Red Green Blue C M Y K H S L
Decimal 250 8 152 0 0.97 0.39 0.02 324.3 0.96 0.51
Hex FA 8 98 0 61 27 2 144 60 33
Octal 372 10 230 0 141 47 2 504 140 63
Binary 11111010 1000 10011000 0 1100001 100111 10 101000100 1100000 110011

Color Harmonies of #FA0898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0898

Black with #FA0898

Text Example


Text Example

White with #FA0898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0898; }

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

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

background-color css

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

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

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

border-color css

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

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

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