Html Css Color HEX #FA089D Hollywood Cerise

📋 copy color: '#FA089D'

red 250 ◦ green 8 ◦ blue 157

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

Shades of Hollywood Cerise #FA089D

Tints of Hollywood Cerise #FA089D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 60.24%
G = 1.93%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA089D (or 0xFA089D) is known color: Hollywood Cerise. HEX triplet: FA, 08 and 9D. RGB value is (250,8,157). Sum of RGB (Red+Green+Blue) = 250+8+157=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA089D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA089D is #05F762. Grayscale: #606060. Windows color (decimal): -391011 or 10291450. OLE color: 10291450.

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

Color convert

RGB 250 8 157 -
CMYK 0 0.97 0.37 0.02
HSL 323.06º 0.96% 0.51% -
HSV(B) 323.06º 0.97% 0.98% -
XYZ 45.6 22.93 33.92 -
YUV 97.34 161.67 236.88 -
System Red Green Blue C M Y K H S L
Decimal 250 8 157 0 0.97 0.37 0.02 323.06 0.96 0.51
Hex FA 8 9D 0 61 25 2 143 60 33
Octal 372 10 235 0 141 45 2 503 140 63
Binary 11111010 1000 10011101 0 1100001 100101 10 101000011 1100000 110011

Color Harmonies of #FA089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA089D

Black with #FA089D

Text Example


Text Example

White with #FA089D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA089D; }

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

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

background-color css

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

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

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

border-color css

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

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

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