Html Css Color HEX #FA00AE Hollywood Cerise

📋 copy color: '#FA00AE'

red 250 ◦ green 0 ◦ blue 174

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

Shades of Hollywood Cerise #FA00AE

Tints of Hollywood Cerise #FA00AE

RGB

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

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

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

R = 58.96%
G = 0%
B = 41.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA00AE (or 0xFA00AE) is known color: Hollywood Cerise. HEX triplet: FA, 00 and AE. RGB value is (250,0,174). Sum of RGB (Red+Green+Blue) = 250+0+174=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA00AE is #05FF51. Grayscale: #5E5E5E. Windows color (decimal): -393042 or 11403514. OLE color: 11403514.

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

Color convert

RGB 250 0 174 -
CMYK 0 1 0.30 0.02
HSL 318.24º 1% 0.49% -
HSV(B) 318.24º 1% 0.98% -
XYZ 47.06 23.38 42.08 -
YUV 94.59 172.83 238.85 -
System Red Green Blue C M Y K H S L
Decimal 250 0 174 0 1 0.30 0.02 318.24 1 0.49
Hex FA 0 AE 0 64 1E 2 13E 64 31
Octal 372 0 256 0 144 36 2 476 144 61
Binary 11111010 0 10101110 0 1100100 11110 10 100111110 1100100 110001

Color Harmonies of #FA00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA00AE

Black with #FA00AE

Text Example


Text Example

White with #FA00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA00AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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