Html Css Color HEX #FA09A2 Hollywood Cerise

📋 copy color: '#FA09A2'

red 250 ◦ green 9 ◦ blue 162

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

Shades of Hollywood Cerise #FA09A2

Tints of Hollywood Cerise #FA09A2

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.14%

 BLUE value IS 162 (63.67% from 255) = 38.48%

R = 59.38%
G = 2.14%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA09A2 (or 0xFA09A2) is known color: Hollywood Cerise. HEX triplet: FA, 09 and A2. RGB value is (250,9,162). Sum of RGB (Red+Green+Blue) = 250+9+162=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 9 (3.91% from 255 or 2.14% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA09A2 is #05F65D. Grayscale: #626262. Windows color (decimal): -390750 or 10619386. OLE color: 10619386.

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

Color convert

RGB 250 9 162 -
CMYK 0 0.96 0.35 0.02
HSL 321.91º 0.96% 0.51% -
HSV(B) 321.91º 0.96% 0.98% -
XYZ 46.04 23.13 36.22 -
YUV 98.5 163.84 236.06 -
System Red Green Blue C M Y K H S L
Decimal 250 9 162 0 0.96 0.35 0.02 321.91 0.96 0.51
Hex FA 9 A2 0 60 23 2 142 60 33
Octal 372 11 242 0 140 43 2 502 140 63
Binary 11111010 1001 10100010 0 1100000 100011 10 101000010 1100000 110011

Color Harmonies of #FA09A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA09A2

Black with #FA09A2

Text Example


Text Example

White with #FA09A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA09A2; }

 p { color: rgb(250,9,162); }

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

background-color css

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

 a { background-color: rgb(250,9,162); }

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

border-color css

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

 span { border-color: rgb(250,9,162); }

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