Html Css Color HEX #FA009A Hollywood Cerise

📋 copy color: '#FA009A'

red 250 ◦ green 0 ◦ blue 154

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

Shades of Hollywood Cerise #FA009A

Tints of Hollywood Cerise #FA009A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 154 (60.55% from 255) = 38.12%

R = 61.88%
G = 0%
B = 38.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA009A (or 0xFA009A) is known color: Hollywood Cerise. HEX triplet: FA, 00 and 9A. RGB value is (250,0,154). Sum of RGB (Red+Green+Blue) = 250+0+154=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA009A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA009A is #05FF65. Grayscale: #5B5B5B. Windows color (decimal): -393062 or 10092794. OLE color: 10092794.

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

Color convert

RGB 250 0 154 -
CMYK 0 1 0.38 0.02
HSL 323.04º 1% 0.49% -
HSV(B) 323.04º 1% 0.98% -
XYZ 45.26 22.66 32.56 -
YUV 92.31 162.83 240.48 -
System Red Green Blue C M Y K H S L
Decimal 250 0 154 0 1 0.38 0.02 323.04 1 0.49
Hex FA 0 9A 0 64 26 2 143 64 31
Octal 372 0 232 0 144 46 2 503 144 61
Binary 11111010 0 10011010 0 1100100 100110 10 101000011 1100100 110001

Color Harmonies of #FA009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA009A

Black with #FA009A

Text Example


Text Example

White with #FA009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA009A; }

 p { color: rgb(250,0,154); }

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

background-color css

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

 a { background-color: rgb(250,0,154); }

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

border-color css

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

 span { border-color: rgb(250,0,154); }

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