#F0134F

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

Shades of Razzmatazz #F0134F

Tints of Razzmatazz #F0134F

Color information

#F0134F (or 0xF0134F) is unknown color: approx Razzmatazz. HEX triplet: F0, 13 and 4F. RGB value is (240,19,79). Sum of RGB (Red+Green+Blue) = 240+19+79=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F0134F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0134F is #0FECB0. Grayscale: #5B5B5B. Windows color (decimal): -1043633 or 5182448. OLE color: 5182448.

HSL color Cylindrical-coordinate representation of color #F0134F: hue angle of 343.71º 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 #F0134F is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB2401979-
CMYK00.920.670.06
HSL343.71º88.05%50.78%-
HSV(B)343.71º92.08%94.12%-
XYZ37.5819.569.19-
YUV91.92120.72233.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 71.01%
GREEN value IS 19 (7.81% from 255) = 5.62%
BLUE value IS 79 (31.25% from 255) = 23.37%
R=71.01%
G=5.62%
B=23.37%

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
Decimal240197900.920.670.06343.7188.0550.78
HexF0134F05C4361585833
Octal360231170134103653013063
Binary111100001001110011110101110010000111101010110001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0134F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0134F; }

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

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

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

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

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

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

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

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