Html Css Color HEX #FA0396 Hollywood Cerise

📋 copy color: '#FA0396'

red 250 ◦ green 3 ◦ blue 150

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

Shades of Hollywood Cerise #FA0396

Tints of Hollywood Cerise #FA0396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.74%

 BLUE value IS 150 (58.98% from 255) = 37.22%

R = 62.03%
G = 0.74%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA0396 (or 0xFA0396) is known color: Hollywood Cerise. HEX triplet: FA, 03 and 96. RGB value is (250,3,150). Sum of RGB (Red+Green+Blue) = 250+3+150=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0396 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0396 is #05FC69. Grayscale: #5D5D5D. Windows color (decimal): -392298 or 9831418. OLE color: 9831418.

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

Color convert

RGB 250 3 150 -
CMYK 0 0.99 0.4 0.02
HSL 324.29º 0.98% 0.5% -
HSV(B) 324.29º 0.99% 0.98% -
XYZ 44.96 22.59 30.84 -
YUV 93.61 159.83 239.55 -
System Red Green Blue C M Y K H S L
Decimal 250 3 150 0 0.99 0.4 0.02 324.29 0.98 0.5
Hex FA 3 96 0 63 28 2 144 62 32
Octal 372 3 226 0 143 50 2 504 142 62
Binary 11111010 11 10010110 0 1100011 101000 10 101000100 1100010 110010

Color Harmonies of #FA0396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0396

Black with #FA0396

Text Example


Text Example

White with #FA0396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0396; }

 p { color: rgb(250,3,150); }

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

background-color css

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

 a { background-color: rgb(250,3,150); }

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

border-color css

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

 span { border-color: rgb(250,3,150); }

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