#F0045E

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

Shades of Razzmatazz #F0045E

Tints of Razzmatazz #F0045E

Color information

#F0045E (or 0xF0045E) is unknown color: approx Razzmatazz. HEX triplet: F0, 04 and 5E. RGB value is (240,4,94). Sum of RGB (Red+Green+Blue) = 240+4+94=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F0045E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0045E is #0FFBA1. Grayscale: #545454. Windows color (decimal): -1047458 or 6161648. OLE color: 6161648.

HSL color Cylindrical-coordinate representation of color #F0045E: hue angle of 337.12º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0045E is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB240494-
CMYK00.980.610.06
HSL337.12º96.72%47.84%-
HSV(B)337.12º98.33%94.12%-
XYZ3819.4212.34-
YUV84.82133.19238.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 71.01%
GREEN value IS 4 (1.95% from 255) = 1.18%
BLUE value IS 94 (37.11% from 255) = 27.81%
R=71.01%
G=1.18%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24049400.980.610.06337.1296.7247.84
HexF045E0623D61516130
Octal3604136014275652114160
Binary111100001001011110011000101111011101010100011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0045E; }

 p { color: rgb(240,4,94); }

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

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

 a { background-color: rgb(240,4,94); }

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

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

 span { border-color: rgb(240,4,94); }

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