#FA0392

Color #FA0392 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #FA0392

Tints of Hollywood Cerise #FA0392

Color information

#FA0392 (or 0xFA0392) is unknown color: approx Hollywood Cerise. HEX triplet: FA, 03 and 92. RGB value is (250,3,146). Sum of RGB (Red+Green+Blue) = 250+3+146=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 3 (1.56% from 255 or 0.75% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0392 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0392 is #05FC6D. Grayscale: #5C5C5C. Windows color (decimal): -392302 or 9569274. OLE color: 9569274.

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

Color convert

RGB2503146-
CMYK00.990.420.02
HSL325.26º97.63%49.61%-
HSV(B)325.26º98.8%98.04%-
XYZ44.6522.4629.18-
YUV93.16157.83239.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.66%
GREEN value IS 3 (1.56% from 255) = 0.75%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=62.66%
G=0.75%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250314600.990.420.02325.2697.6349.61
HexFA3920632A21456232
Octal3723222014352250514262
Binary11111010111001001001100011101010101010001011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0392; }

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

 H1.HeaderClassName
 {
   color: #FA0392;
 }
 .AnyTagClassName
 {
   color: #FA0392;
 }
</style>
background-color css

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

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

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

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

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

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