#F6144F

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

Shades of Razzmatazz #F6144F

Tints of Razzmatazz #F6144F

Color information

#F6144F (or 0xF6144F) is unknown color: approx Razzmatazz. HEX triplet: F6, 14 and 4F. RGB value is (246,20,79). Sum of RGB (Red+Green+Blue) = 246+20+79=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F6144F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6144F is #09EBB0. Grayscale: #5E5E5E. Windows color (decimal): -650161 or 5182710. OLE color: 5182710.

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

Color convert

RGB2462079-
CMYK00.920.680.04
HSL344.34º92.62%52.16%-
HSV(B)344.34º91.87%96.47%-
XYZ39.6720.669.29-
YUV94.3119.37236.2-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 71.30%
GREEN value IS 20 (8.20% from 255) = 5.80%
BLUE value IS 79 (31.25% from 255) = 22.90%
R=71.30%
G=5.80%
B=22.90%

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
Decimal246207900.920.680.04344.3492.6252.16
HexF6144F05C4441585d34
Octal366241170134104453013564
Binary111101101010010011110101110010001001001010110001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6144F; }

 p { color: rgb(246,20,79); }

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

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

 a { background-color: rgb(246,20,79); }

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

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

 span { border-color: rgb(246,20,79); }

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