#FA1860

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

Shades of Razzmatazz #FA1860

Tints of Razzmatazz #FA1860

Color information

#FA1860 (or 0xFA1860) is unknown color: approx Razzmatazz. HEX triplet: FA, 18 and 60. RGB value is (250,24,96). Sum of RGB (Red+Green+Blue) = 250+24+96=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1860 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1860 is #05E79F. Grayscale: #636363. Windows color (decimal): -386976 or 6297850. OLE color: 6297850.

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

Color convert

RGB2502496-
CMYK00.900.620.02
HSL340.88º95.76%53.73%-
HSV(B)340.88º90.4%98.04%-
XYZ41.8621.8213.07-
YUV99.78125.87235.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 67.57%
GREEN value IS 24 (9.77% from 255) = 6.49%
BLUE value IS 96 (37.89% from 255) = 25.95%
R=67.57%
G=6.49%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250249600.900.620.02340.8895.7653.73
HexFA186005A3E21556036
Octal37230140013276252514066
Binary1111101011000110000001011010111110101010101011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1860; }

 p { color: rgb(250,24,96); }

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

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

 a { background-color: rgb(250,24,96); }

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

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

 span { border-color: rgb(250,24,96); }

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