Html Css Color HEX #FA00A1 Hollywood Cerise

📋 copy color: '#FA00A1'

red 250 ◦ green 0 ◦ blue 161

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

Shades of Hollywood Cerise #FA00A1

Tints of Hollywood Cerise #FA00A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.17%

R = 60.83%
G = 0%
B = 39.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA00A1 (or 0xFA00A1) is known color: Hollywood Cerise. HEX triplet: FA, 00 and A1. RGB value is (250,0,161). Sum of RGB (Red+Green+Blue) = 250+0+161=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA00A1 is #05FF5E. Grayscale: #5C5C5C. Windows color (decimal): -393055 or 10551546. OLE color: 10551546.

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

Color convert

RGB 250 0 161 -
CMYK 0 1 0.36 0.02
HSL 321.36º 1% 0.49% -
HSV(B) 321.36º 1% 0.98% -
XYZ 45.86 22.9 35.72 -
YUV 93.1 166.33 239.91 -
System Red Green Blue C M Y K H S L
Decimal 250 0 161 0 1 0.36 0.02 321.36 1 0.49
Hex FA 0 A1 0 64 24 2 141 64 31
Octal 372 0 241 0 144 44 2 501 144 61
Binary 11111010 0 10100001 0 1100100 100100 10 101000001 1100100 110001

Color Harmonies of #FA00A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA00A1

Black with #FA00A1

Text Example


Text Example

White with #FA00A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA00A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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