Html Css Color HEX #FA089B Hollywood Cerise

📋 copy color: '#FA089B'

red 250 ◦ green 8 ◦ blue 155

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

Shades of Hollywood Cerise #FA089B

Tints of Hollywood Cerise #FA089B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.53%

R = 60.53%
G = 1.94%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA089B (or 0xFA089B) is known color: Hollywood Cerise. HEX triplet: FA, 08 and 9B. RGB value is (250,8,155). Sum of RGB (Red+Green+Blue) = 250+8+155=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA089B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA089B is #05F764. Grayscale: #606060. Windows color (decimal): -391013 or 10160378. OLE color: 10160378.

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

Color convert

RGB 250 8 155 -
CMYK 0 0.97 0.38 0.02
HSL 323.55º 0.96% 0.51% -
HSV(B) 323.55º 0.97% 0.98% -
XYZ 45.43 22.86 33.03 -
YUV 97.12 160.67 237.05 -
System Red Green Blue C M Y K H S L
Decimal 250 8 155 0 0.97 0.38 0.02 323.55 0.96 0.51
Hex FA 8 9B 0 61 26 2 144 60 33
Octal 372 10 233 0 141 46 2 504 140 63
Binary 11111010 1000 10011011 0 1100001 100110 10 101000100 1100000 110011

Color Harmonies of #FA089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA089B

Black with #FA089B

Text Example


Text Example

White with #FA089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA089B; }

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

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

background-color css

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

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

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

border-color css

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

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

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