#F0034F

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

Shades of Razzmatazz #F0034F

Tints of Razzmatazz #F0034F

Color information

#F0034F (or 0xF0034F) is unknown color: approx Razzmatazz. HEX triplet: F0, 03 and 4F. RGB value is (240,3,79). Sum of RGB (Red+Green+Blue) = 240+3+79=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F0034F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0034F is #0FFCB0. Grayscale: #525252. Windows color (decimal): -1047729 or 5178352. OLE color: 5178352.

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

Color convert

RGB240379-
CMYK00.990.670.06
HSL340.76º97.53%47.65%-
HSV(B)340.76º98.75%94.12%-
XYZ37.3819.159.12-
YUV82.53126.02240.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 74.53%
GREEN value IS 3 (1.56% from 255) = 0.93%
BLUE value IS 79 (31.25% from 255) = 24.53%
R=74.53%
G=0.93%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24037900.990.670.06340.7697.5347.65
HexF034F0634361556230
Octal36031170143103652514260
Binary111100001110011110110001110000111101010101011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0034F; }

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

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

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

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

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

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

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

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