#F0035C

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

Shades of Razzmatazz #F0035C

Tints of Razzmatazz #F0035C

Color information

#F0035C (or 0xF0035C) is unknown color: approx Razzmatazz. HEX triplet: F0, 03 and 5C. RGB value is (240,3,92). Sum of RGB (Red+Green+Blue) = 240+3+92=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F0035C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0035C is #0FFCA3. Grayscale: #535353. Windows color (decimal): -1047716 or 6030320. OLE color: 6030320.

HSL color Cylindrical-coordinate representation of color #F0035C: hue angle of 337.47º 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 #F0035C is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB240392-
CMYK00.990.620.06
HSL337.47º97.53%47.65%-
HSV(B)337.47º98.75%94.12%-
XYZ37.919.3611.87-
YUV84.01132.52239.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 71.64%
GREEN value IS 3 (1.56% from 255) = 0.90%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=71.64%
G=0.90%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24039200.990.620.06337.4797.5347.65
HexF035C0633E61516230
Octal3603134014376652114260
Binary11110000111011100011000111111101101010100011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0035C; }

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

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

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

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

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

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

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

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