Html Css Color HEX #FA019E Hollywood Cerise

📋 copy color: '#FA019E'

red 250 ◦ green 1 ◦ blue 158

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

Shades of Hollywood Cerise #FA019E

Tints of Hollywood Cerise #FA019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.63%

R = 61.12%
G = 0.24%
B = 38.63%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA019E (or 0xFA019E) is known color: Hollywood Cerise. HEX triplet: FA, 01 and 9E. RGB value is (250,1,158). Sum of RGB (Red+Green+Blue) = 250+1+158=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA019E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA019E is #05FE61. Grayscale: #5C5C5C. Windows color (decimal): -392802 or 10355194. OLE color: 10355194.

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

Color convert

RGB 250 1 158 -
CMYK 0 1.00 0.37 0.02
HSL 322.17º 0.99% 0.49% -
HSV(B) 322.17º 1% 0.98% -
XYZ 45.61 22.81 34.35 -
YUV 93.35 164.49 239.73 -
System Red Green Blue C M Y K H S L
Decimal 250 1 158 0 1.00 0.37 0.02 322.17 0.99 0.49
Hex FA 1 9E 0 64 25 2 142 63 31
Octal 372 1 236 0 144 45 2 502 143 61
Binary 11111010 1 10011110 0 1100100 100101 10 101000010 1100011 110001

Color Harmonies of #FA019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA019E

Black with #FA019E

Text Example


Text Example

White with #FA019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA019E; }

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

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

background-color css

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

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

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

border-color css

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

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

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