#FA0957

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

Shades of Razzmatazz #FA0957

Tints of Razzmatazz #FA0957

Color information

#FA0957 (or 0xFA0957) is unknown color: approx Razzmatazz. HEX triplet: FA, 09 and 57. RGB value is (250,9,87). Sum of RGB (Red+Green+Blue) = 250+9+87=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0957 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0957 is #05F6A8. Grayscale: #595959. Windows color (decimal): -390825 or 5704186. OLE color: 5704186.

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

Color convert

RGB250987-
CMYK00.960.650.02
HSL340.58º96.02%50.78%-
HSV(B)340.58º96.4%98.04%-
XYZ41.2421.2110.94-
YUV89.95126.34242.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 72.25%
GREEN value IS 9 (3.91% from 255) = 2.60%
BLUE value IS 87 (34.38% from 255) = 25.14%
R=72.25%
G=2.60%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25098700.960.650.02340.5896.0250.78
HexFA9570604121556033
Octal372111270140101252514063
Binary1111101010011010111011000001000001101010101011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0957; }

 p { color: rgb(250,9,87); }

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

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

 a { background-color: rgb(250,9,87); }

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

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

 span { border-color: rgb(250,9,87); }

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