#F01350

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

Shades of Razzmatazz #F01350

Tints of Razzmatazz #F01350

Color information

#F01350 (or 0xF01350) is unknown color: approx Razzmatazz. HEX triplet: F0, 13 and 50. RGB value is (240,19,80). Sum of RGB (Red+Green+Blue) = 240+19+80=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F01350 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01350 is #0FECAF. Grayscale: #5C5C5C. Windows color (decimal): -1043632 or 5247984. OLE color: 5247984.

HSL color Cylindrical-coordinate representation of color #F01350: hue angle of 343.44º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01350 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB2401980-
CMYK00.920.670.06
HSL343.44º88.05%50.78%-
HSV(B)343.44º92.08%94.12%-
XYZ37.6219.579.38-
YUV92.03121.22233.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 70.80%
GREEN value IS 19 (7.81% from 255) = 5.60%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=70.80%
G=5.60%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240198000.920.670.06343.4488.0550.78
HexF0135005C4361575833
Octal360231200134103652713063
Binary111100001001110100000101110010000111101010101111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01350; }

 p { color: rgb(240,19,80); }

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

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

 a { background-color: rgb(240,19,80); }

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

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

 span { border-color: rgb(240,19,80); }

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