Html Css Color HEX #FA089F Hollywood Cerise

📋 copy color: '#FA089F'

red 250 ◦ green 8 ◦ blue 159

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

Shades of Hollywood Cerise #FA089F

Tints of Hollywood Cerise #FA089F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.13%

R = 59.95%
G = 1.92%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA089F (or 0xFA089F) is known color: Hollywood Cerise. HEX triplet: FA, 08 and 9F. RGB value is (250,8,159). Sum of RGB (Red+Green+Blue) = 250+8+159=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FA089F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA089F is #05F760. Grayscale: #616161. Windows color (decimal): -391009 or 10422522. OLE color: 10422522.

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

Color convert

RGB 250 8 159 -
CMYK 0 0.97 0.36 0.02
HSL 322.56º 0.96% 0.51% -
HSV(B) 322.56º 0.97% 0.98% -
XYZ 45.77 23 34.83 -
YUV 97.57 162.67 236.72 -
System Red Green Blue C M Y K H S L
Decimal 250 8 159 0 0.97 0.36 0.02 322.56 0.96 0.51
Hex FA 8 9F 0 61 24 2 143 60 33
Octal 372 10 237 0 141 44 2 503 140 63
Binary 11111010 1000 10011111 0 1100001 100100 10 101000011 1100000 110011

Color Harmonies of #FA089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA089F

Black with #FA089F

Text Example


Text Example

White with #FA089F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA089F; }

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

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

background-color css

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

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

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

border-color css

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

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

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