Html Css Color HEX #FA019F Hollywood Cerise

📋 copy color: '#FA019F'

red 250 ◦ green 1 ◦ blue 159

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

Shades of Hollywood Cerise #FA019F

Tints of Hollywood Cerise #FA019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.78%

R = 60.98%
G = 0.24%
B = 38.78%

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

#FA019F (or 0xFA019F) is known color: Hollywood Cerise. HEX triplet: FA, 01 and 9F. RGB value is (250,1,159). Sum of RGB (Red+Green+Blue) = 250+1+159=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA019F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA019F is #05FE60. Grayscale: #5D5D5D. Windows color (decimal): -392801 or 10420730. OLE color: 10420730.

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

Color convert

RGB 250 1 159 -
CMYK 0 1.00 0.36 0.02
HSL 321.93º 0.99% 0.49% -
HSV(B) 321.93º 1% 0.98% -
XYZ 45.69 22.85 34.8 -
YUV 93.46 164.99 239.65 -
System Red Green Blue C M Y K H S L
Decimal 250 1 159 0 1.00 0.36 0.02 321.93 0.99 0.49
Hex FA 1 9F 0 64 24 2 142 63 31
Octal 372 1 237 0 144 44 2 502 143 61
Binary 11111010 1 10011111 0 1100100 100100 10 101000010 1100011 110001

Color Harmonies of #FA019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA019F

Black with #FA019F

Text Example


Text Example

White with #FA019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA019F; }

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

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

background-color css

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

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

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

border-color css

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

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

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