#f3115c

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

Shades of Razzmatazz #F3115C

Tints of Razzmatazz #F3115C

Color information

#F3115C (or 0xF3115C) is unknown color: approx Razzmatazz. HEX triplet: F3, 11 and 5C. RGB value is (243,17,92). Sum of RGB (Red+Green+Blue) = 243+17+92=352 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.03% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 243 - color contains mainly: red. Hex color #F3115C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3115C is #0CEEA3. Grayscale: #5D5D5D. Windows color (decimal): -847524 or 6033907. OLE color: 6033907.

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

Color convert

RGB2431792-
CMYK00.930.620.05
HSL340.09º90.4%50.98%-
HSV(B)340.09º93%95.29%-
XYZ39.0920.2311.97-
YUV93.12127.37234.9-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 69.03%
GREEN value IS 17 (7.03% from 255) = 4.83%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=69.03%
G=4.83%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243179200.930.620.05340.0990.450.98
HexF3115C05D3E51545a33
Octal36321134013576552413263
Binary11110011100011011100010111011111101011010101001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3115c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3115c; }

 p { color: rgb(243,17,92); }

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

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

 a { background-color: rgb(243,17,92); }

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

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

 span { border-color: rgb(243,17,92); }

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