#F30564

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

Shades of Razzmatazz #F30564

Tints of Razzmatazz #F30564

Color information

#F30564 (or 0xF30564) is unknown color: approx Razzmatazz. HEX triplet: F3, 05 and 64. RGB value is (243,5,100). Sum of RGB (Red+Green+Blue) = 243+5+100=348 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.83% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 243 - color contains mainly: red. Hex color #F30564 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30564 is #0CFA9B. Grayscale: #565656. Windows color (decimal): -850588 or 6555123. OLE color: 6555123.

HSL color Cylindrical-coordinate representation of color #F30564: hue angle of 336.05º degrees, saturation: 0.96, 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 #F30564 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB2435100-
CMYK00.980.590.05
HSL336.05º95.97%48.63%-
HSV(B)336.05º97.94%95.29%-
XYZ39.3220.0813.86-
YUV86.99135.35239.28-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 69.83%
GREEN value IS 5 (2.34% from 255) = 1.44%
BLUE value IS 100 (39.45% from 255) = 28.74%
R=69.83%
G=1.44%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243510000.980.590.05336.0595.9748.63
HexF35640623B51506031
Octal3635144014273552014061
Binary111100111011100100011000101110111011010100001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30564; }

 p { color: rgb(243,5,100); }

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

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

 a { background-color: rgb(243,5,100); }

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

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

 span { border-color: rgb(243,5,100); }

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