#f6114e

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

Shades of Razzmatazz #F6114E

Tints of Razzmatazz #F6114E

Color information

#F6114E (or 0xF6114E) is unknown color: approx Razzmatazz. HEX triplet: F6, 11 and 4E. RGB value is (246,17,78). Sum of RGB (Red+Green+Blue) = 246+17+78=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F6114E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6114E is #09EEB1. Grayscale: #5C5C5C. Windows color (decimal): -650930 or 5116406. OLE color: 5116406.

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

Color convert

RGB2461778-
CMYK00.930.680.04
HSL344.02º92.71%51.57%-
HSV(B)344.02º93.09%96.47%-
XYZ39.5820.549.09-
YUV92.42119.87237.54-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 72.14%
GREEN value IS 17 (7.03% from 255) = 4.99%
BLUE value IS 78 (30.86% from 255) = 22.87%
R=72.14%
G=4.99%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246177800.930.680.04344.0292.7151.57
HexF6114E05D4441585d34
Octal366211160135104453013564
Binary111101101000110011100101110110001001001010110001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f6114e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f6114e; }

 p { color: rgb(246,17,78); }

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

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

 a { background-color: rgb(246,17,78); }

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

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

 span { border-color: rgb(246,17,78); }

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