#F10252

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

Shades of Razzmatazz #F10252

Tints of Razzmatazz #F10252

Color information

#F10252 (or 0xF10252) is unknown color: approx Razzmatazz. HEX triplet: F1, 02 and 52. RGB value is (241,2,82). Sum of RGB (Red+Green+Blue) = 241+2+82=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F10252 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10252 is #0EFDAD. Grayscale: #525252. Windows color (decimal): -982446 or 5374705. OLE color: 5374705.

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

Color convert

RGB241282-
CMYK00.990.660.05
HSL339.92º98.35%47.65%-
HSV(B)339.92º99.17%94.51%-
XYZ37.8219.359.72-
YUV82.58127.68241-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 74.15%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 82 (32.42% from 255) = 25.23%
R=74.15%
G=0.62%
B=25.23%

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
Decimal24128200.990.660.05339.9298.3547.65
HexF12520634251546230
Octal36121220143102552414260
Binary111100011010100100110001110000101011010101001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10252; }

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

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

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

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

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

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

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

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