#F30249

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

Shades of Razzmatazz #F30249

Tints of Razzmatazz #F30249

Color information

#F30249 (or 0xF30249) is unknown color: approx Razzmatazz. HEX triplet: F3, 02 and 49. RGB value is (243,2,73). Sum of RGB (Red+Green+Blue) = 243+2+73=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F30249 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30249 is #0CFDB6. Grayscale: #525252. Windows color (decimal): -851383 or 4784883. OLE color: 4784883.

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

Color convert

RGB243273-
CMYK00.990.700.05
HSL342.32º98.37%48.04%-
HSV(B)342.32º99.18%95.29%-
XYZ38.1919.588.07-
YUV82.15122.84242.73-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 76.42%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 73 (28.91% from 255) = 22.96%
R=76.42%
G=0.63%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24327300.990.700.05342.3298.3748.04
HexF32490634651566230
Octal36321110143106552614260
Binary111100111010010010110001110001101011010101101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30249; }

 p { color: rgb(243,2,73); }

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

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

 a { background-color: rgb(243,2,73); }

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

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

 span { border-color: rgb(243,2,73); }

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