#f5135c

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

Shades of Razzmatazz #F5135C

Tints of Razzmatazz #F5135C

Color information

#F5135C (or 0xF5135C) is unknown color: approx Razzmatazz. HEX triplet: F5, 13 and 5C. RGB value is (245,19,92). Sum of RGB (Red+Green+Blue) = 245+19+92=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F5135C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5135C is #0AECA3. Grayscale: #5E5E5E. Windows color (decimal): -715940 or 6034421. OLE color: 6034421.

HSL color Cylindrical-coordinate representation of color #F5135C: hue angle of 340.62º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5135C is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB2451992-
CMYK00.920.620.04
HSL340.62º91.87%51.76%-
HSV(B)340.62º92.24%96.08%-
XYZ39.8220.6512.01-
YUV94.9126.37235.06-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 68.82%
GREEN value IS 19 (7.81% from 255) = 5.34%
BLUE value IS 92 (36.33% from 255) = 25.84%
R=68.82%
G=5.34%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245199200.920.620.04340.6291.8751.76
HexF5135C05C3E41555c34
Octal36523134013476452513464
Binary11110101100111011100010111001111101001010101011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5135c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5135c; }

 p { color: rgb(245,19,92); }

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

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

 a { background-color: rgb(245,19,92); }

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

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

 span { border-color: rgb(245,19,92); }

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