Html Css Color HEX #FA01AC Hollywood Cerise

📋 copy color: '#FA01AC'

red 250 ◦ green 1 ◦ blue 172

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

Shades of Hollywood Cerise #FA01AC

Tints of Hollywood Cerise #FA01AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.66%

R = 59.1%
G = 0.24%
B = 40.66%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA01AC (or 0xFA01AC) is known color: Hollywood Cerise. HEX triplet: FA, 01 and AC. RGB value is (250,1,172). Sum of RGB (Red+Green+Blue) = 250+1+172=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA01AC is #05FE53. Grayscale: #5E5E5E. Windows color (decimal): -392788 or 11272698. OLE color: 11272698.

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

Color convert

RGB 250 1 172 -
CMYK 0 1.00 0.31 0.02
HSL 318.8º 0.99% 0.49% -
HSV(B) 318.8º 1% 0.98% -
XYZ 46.88 23.32 41.06 -
YUV 94.95 171.49 238.6 -
System Red Green Blue C M Y K H S L
Decimal 250 1 172 0 1.00 0.31 0.02 318.8 0.99 0.49
Hex FA 1 AC 0 64 1F 2 13F 63 31
Octal 372 1 254 0 144 37 2 477 143 61
Binary 11111010 1 10101100 0 1100100 11111 10 100111111 1100011 110001

Color Harmonies of #FA01AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA01AC

Black with #FA01AC

Text Example


Text Example

White with #FA01AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA01AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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