#F20463

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

Shades of Razzmatazz #F20463

Tints of Razzmatazz #F20463

Color information

#F20463 (or 0xF20463) is unknown color: approx Razzmatazz. HEX triplet: F2, 04 and 63. RGB value is (242,4,99). Sum of RGB (Red+Green+Blue) = 242+4+99=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F20463 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20463 is #0DFB9C. Grayscale: #555555. Windows color (decimal): -916381 or 6489330. OLE color: 6489330.

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

Color convert

RGB242499-
CMYK00.980.590.05
HSL336.05º96.75%48.24%-
HSV(B)336.05º98.35%94.9%-
XYZ38.9119.8613.59-
YUV85.99135.35239.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 70.14%
GREEN value IS 4 (1.95% from 255) = 1.16%
BLUE value IS 99 (39.06% from 255) = 28.70%
R=70.14%
G=1.16%
B=28.70%

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
Decimal24249900.980.590.05336.0596.7548.24
HexF24630623B51506130
Octal3624143014273552014160
Binary111100101001100011011000101110111011010100001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F20463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F20463; }

 p { color: rgb(242,4,99); }

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

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

 a { background-color: rgb(242,4,99); }

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

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

 span { border-color: rgb(242,4,99); }

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