#FA1153

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

Shades of Razzmatazz #FA1153

Tints of Razzmatazz #FA1153

Color information

#FA1153 (or 0xFA1153) is unknown color: approx Razzmatazz. HEX triplet: FA, 11 and 53. RGB value is (250,17,83). Sum of RGB (Red+Green+Blue) = 250+17+83=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1153 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1153 is #05EEAC. Grayscale: #5E5E5E. Windows color (decimal): -388781 or 5444090. OLE color: 5444090.

HSL color Cylindrical-coordinate representation of color #FA1153: hue angle of 343º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1153 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB2501783-
CMYK00.930.670.02
HSL343º95.88%52.35%-
HSV(B)343º93.2%98.04%-
XYZ41.1921.3510.13-
YUV94.19121.69239.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 71.43%
GREEN value IS 17 (7.03% from 255) = 4.86%
BLUE value IS 83 (32.81% from 255) = 23.71%
R=71.43%
G=4.86%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250178300.930.670.0234395.8852.35
HexFA115305D4321576034
Octal372211230135103252714064
Binary11111010100011010011010111011000011101010101111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1153; }

 p { color: rgb(250,17,83); }

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

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

 a { background-color: rgb(250,17,83); }

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

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

 span { border-color: rgb(250,17,83); }

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