Html Css Color HEX #FA01A1 Hollywood Cerise

📋 copy color: '#FA01A1'

red 250 ◦ green 1 ◦ blue 161

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

Shades of Hollywood Cerise #FA01A1

Tints of Hollywood Cerise #FA01A1

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 60.68%
G = 0.24%
B = 39.08%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA01A1 (or 0xFA01A1) is known color: Hollywood Cerise. HEX triplet: FA, 01 and A1. RGB value is (250,1,161). Sum of RGB (Red+Green+Blue) = 250+1+161=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA01A1 is #05FE5E. Grayscale: #5D5D5D. Windows color (decimal): -392799 or 10551802. OLE color: 10551802.

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

Color convert

RGB 250 1 161 -
CMYK 0 1.00 0.36 0.02
HSL 321.45º 0.99% 0.49% -
HSV(B) 321.45º 1% 0.98% -
XYZ 45.87 22.92 35.72 -
YUV 93.69 165.99 239.49 -
System Red Green Blue C M Y K H S L
Decimal 250 1 161 0 1.00 0.36 0.02 321.45 0.99 0.49
Hex FA 1 A1 0 64 24 2 141 63 31
Octal 372 1 241 0 144 44 2 501 143 61
Binary 11111010 1 10100001 0 1100100 100100 10 101000001 1100011 110001

Color Harmonies of #FA01A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA01A1

Black with #FA01A1

Text Example


Text Example

White with #FA01A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA01A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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