#F4134E

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

Shades of Razzmatazz #F4134E

Tints of Razzmatazz #F4134E

Color information

#F4134E (or 0xF4134E) is unknown color: approx Razzmatazz. HEX triplet: F4, 13 and 4E. RGB value is (244,19,78). Sum of RGB (Red+Green+Blue) = 244+19+78=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F4134E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4134E is #0BECB1. Grayscale: #5C5C5C. Windows color (decimal): -781490 or 5116916. OLE color: 5116916.

HSL color Cylindrical-coordinate representation of color #F4134E: hue angle of 344.27º degrees, saturation: 0.91, 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 #F4134E is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB2441978-
CMYK00.920.680.04
HSL344.27º91.09%51.57%-
HSV(B)344.27º92.21%95.69%-
XYZ38.9220.259.07-
YUV93119.54235.7-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 71.55%
GREEN value IS 19 (7.81% from 255) = 5.57%
BLUE value IS 78 (30.86% from 255) = 22.87%
R=71.55%
G=5.57%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244197800.920.680.04344.2791.0951.57
HexF4134E05C4441585b34
Octal364231160134104453013364
Binary111101001001110011100101110010001001001010110001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4134E; }

 p { color: rgb(244,19,78); }

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

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

 a { background-color: rgb(244,19,78); }

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

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

 span { border-color: rgb(244,19,78); }

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