#F0035E

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

Shades of Razzmatazz #F0035E

Tints of Razzmatazz #F0035E

Color information

#F0035E (or 0xF0035E) is unknown color: approx Razzmatazz. HEX triplet: F0, 03 and 5E. RGB value is (240,3,94). Sum of RGB (Red+Green+Blue) = 240+3+94=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F0035E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0035E is #0FFCA1. Grayscale: #545454. Windows color (decimal): -1047714 or 6161392. OLE color: 6161392.

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

Color convert

RGB240394-
CMYK00.990.610.06
HSL336.96º97.53%47.65%-
HSV(B)336.96º98.75%94.12%-
XYZ37.9919.412.33-
YUV84.24133.52239.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 71.22%
GREEN value IS 3 (1.56% from 255) = 0.89%
BLUE value IS 94 (37.11% from 255) = 27.89%
R=71.22%
G=0.89%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24039400.990.610.06336.9697.5347.65
HexF035E0633D61516230
Octal3603136014375652114260
Binary11110000111011110011000111111011101010100011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0035E; }

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

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

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

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

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

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

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

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