Html Css Color HEX #FA0AAE Hollywood Cerise

📋 copy color: '#FA0AAE'

red 250 ◦ green 10 ◦ blue 174

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

Shades of Hollywood Cerise #FA0AAE

Tints of Hollywood Cerise #FA0AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.3%

 BLUE value IS 174 (68.36% from 255) = 40.09%

R = 57.6%
G = 2.3%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA0AAE (or 0xFA0AAE) is known color: Hollywood Cerise. HEX triplet: FA, 0A and AE. RGB value is (250,10,174). Sum of RGB (Red+Green+Blue) = 250+10+174=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 10 (4.30% from 255 or 2.30% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0AAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0AAE is #05F551. Grayscale: #646464. Windows color (decimal): -390482 or 11406074. OLE color: 11406074.

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

Color convert

RGB 250 10 174 -
CMYK 0 0.96 0.30 0.02
HSL 319º 0.96% 0.51% -
HSV(B) 319º 0.96% 0.98% -
XYZ 47.17 23.6 42.11 -
YUV 100.46 169.51 234.66 -
System Red Green Blue C M Y K H S L
Decimal 250 10 174 0 0.96 0.30 0.02 319 0.96 0.51
Hex FA A AE 0 60 1E 2 13F 60 33
Octal 372 12 256 0 140 36 2 477 140 63
Binary 11111010 1010 10101110 0 1100000 11110 10 100111111 1100000 110011

Color Harmonies of #FA0AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0AAE

Black with #FA0AAE

Text Example


Text Example

White with #FA0AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0AAE; }

 p { color: rgb(250,10,174); }

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

background-color css

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

 a { background-color: rgb(250,10,174); }

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

border-color css

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

 span { border-color: rgb(250,10,174); }

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