#F1134C

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

Shades of Razzmatazz #F1134C

Tints of Razzmatazz #F1134C

Color information

#F1134C (or 0xF1134C) is unknown color: approx Razzmatazz. HEX triplet: F1, 13 and 4C. RGB value is (241,19,76). Sum of RGB (Red+Green+Blue) = 241+19+76=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F1134C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1134C is #0EECB3. Grayscale: #5B5B5B. Windows color (decimal): -978100 or 4985841. OLE color: 4985841.

HSL color Cylindrical-coordinate representation of color #F1134C: hue angle of 344.59º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1134C is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB2411976-
CMYK00.920.680.05
HSL344.59º88.8%50.98%-
HSV(B)344.59º92.12%94.51%-
XYZ37.8119.698.64-
YUV91.88119.05234.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 71.73%
GREEN value IS 19 (7.81% from 255) = 5.65%
BLUE value IS 76 (30.08% from 255) = 22.62%
R=71.73%
G=5.65%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241197600.920.680.05344.5988.850.98
HexF1134C05C4451595933
Octal361231140134104553113163
Binary111100011001110011000101110010001001011010110011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1134C; }

 p { color: rgb(241,19,76); }

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

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

 a { background-color: rgb(241,19,76); }

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

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

 span { border-color: rgb(241,19,76); }

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