#F3064C

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

Shades of Razzmatazz #F3064C

Tints of Razzmatazz #F3064C

Color information

#F3064C (or 0xF3064C) is unknown color: approx Razzmatazz. HEX triplet: F3, 06 and 4C. RGB value is (243,6,76). Sum of RGB (Red+Green+Blue) = 243+6+76=325 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.77% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 243 - color contains mainly: red. Hex color #F3064C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3064C is #0CF9B3. Grayscale: #545454. Windows color (decimal): -850356 or 4982515. OLE color: 4982515.

HSL color Cylindrical-coordinate representation of color #F3064C: hue angle of 342.28º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F3064C is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB243676-
CMYK00.980.690.05
HSL342.28º95.18%48.82%-
HSV(B)342.28º97.53%95.29%-
XYZ38.3319.718.62-
YUV84.84123.02240.81-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 74.77%
GREEN value IS 6 (2.73% from 255) = 1.85%
BLUE value IS 76 (30.08% from 255) = 23.38%
R=74.77%
G=1.85%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24367600.980.690.05342.2895.1848.82
HexF364C0624551565f31
Octal36361140142105552613761
Binary1111001111010011000110001010001011011010101101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3064C; }

 p { color: rgb(243,6,76); }

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

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

 a { background-color: rgb(243,6,76); }

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

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

 span { border-color: rgb(243,6,76); }

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