#F10451

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

Shades of Razzmatazz #F10451

Tints of Razzmatazz #F10451

Color information

#F10451 (or 0xF10451) is unknown color: approx Razzmatazz. HEX triplet: F1, 04 and 51. RGB value is (241,4,81). Sum of RGB (Red+Green+Blue) = 241+4+81=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F10451 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10451 is #0EFBAE. Grayscale: #535353. Windows color (decimal): -981935 or 5309681. OLE color: 5309681.

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

Color convert

RGB241481-
CMYK00.980.660.05
HSL340.51º96.73%48.04%-
HSV(B)340.51º98.34%94.51%-
XYZ37.819.389.53-
YUV83.64126.52240.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 73.93%
GREEN value IS 4 (1.95% from 255) = 1.23%
BLUE value IS 81 (32.03% from 255) = 24.85%
R=73.93%
G=1.23%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24148100.980.660.05340.5196.7348.04
HexF14510624251556130
Octal36141210142102552514160
Binary1111000110010100010110001010000101011010101011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10451; }

 p { color: rgb(241,4,81); }

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

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

 a { background-color: rgb(241,4,81); }

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

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

 span { border-color: rgb(241,4,81); }

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