#F10253

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

Shades of Razzmatazz #F10253

Tints of Razzmatazz #F10253

Color information

#F10253 (or 0xF10253) is unknown color: approx Razzmatazz. HEX triplet: F1, 02 and 53. RGB value is (241,2,83). Sum of RGB (Red+Green+Blue) = 241+2+83=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F10253 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10253 is #0EFDAC. Grayscale: #525252. Windows color (decimal): -982445 or 5440241. OLE color: 5440241.

HSL color Cylindrical-coordinate representation of color #F10253: hue angle of 339.67º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10253 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB241283-
CMYK00.990.660.05
HSL339.67º98.35%47.65%-
HSV(B)339.67º99.17%94.51%-
XYZ37.8619.379.93-
YUV82.7128.18240.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 73.93%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 83 (32.81% from 255) = 25.46%
R=73.93%
G=0.61%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24128300.990.660.05339.6798.3547.65
HexF12530634251546230
Octal36121230143102552414260
Binary111100011010100110110001110000101011010101001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10253; }

 p { color: rgb(241,2,83); }

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

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

 a { background-color: rgb(241,2,83); }

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

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

 span { border-color: rgb(241,2,83); }

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