#F4114E

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

Shades of Razzmatazz #F4114E

Tints of Razzmatazz #F4114E

Color information

#F4114E (or 0xF4114E) is unknown color: approx Razzmatazz. HEX triplet: F4, 11 and 4E. RGB value is (244,17,78). Sum of RGB (Red+Green+Blue) = 244+17+78=339 (44% of max value = 765). Red value is 244 (95.70% from 255 or 71.98% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 244 - color contains mainly: red. Hex color #F4114E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4114E is #0BEEB1. Grayscale: #5B5B5B. Windows color (decimal): -782002 or 5116404. OLE color: 5116404.

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

Color convert

RGB2441778-
CMYK00.930.680.04
HSL343.88º91.16%51.18%-
HSV(B)343.88º93.03%95.69%-
XYZ38.8820.189.05-
YUV91.83120.21236.54-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 71.98%
GREEN value IS 17 (7.03% from 255) = 5.01%
BLUE value IS 78 (30.86% from 255) = 23.01%
R=71.98%
G=5.01%
B=23.01%

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
Decimal244177800.930.680.04343.8891.1651.18
HexF4114E05D4441585b33
Octal364211160135104453013363
Binary111101001000110011100101110110001001001010110001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4114E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4114E; }

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

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

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

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

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

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

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

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