#F0056A

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

Shades of Razzmatazz #F0056A

Tints of Razzmatazz #F0056A

Color information

#F0056A (or 0xF0056A) is unknown color: approx Razzmatazz. HEX triplet: F0, 05 and 6A. RGB value is (240,5,106). Sum of RGB (Red+Green+Blue) = 240+5+106=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F0056A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0056A is #0FFA95. Grayscale: #565656. Windows color (decimal): -1047190 or 6948336. OLE color: 6948336.

HSL color Cylindrical-coordinate representation of color #F0056A: hue angle of 334.21º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0056A is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB2405106-
CMYK00.980.560.06
HSL334.21º95.92%48.04%-
HSV(B)334.21º97.92%94.12%-
XYZ38.5919.6715.4-
YUV86.78138.86237.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 68.38%
GREEN value IS 5 (2.34% from 255) = 1.42%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=68.38%
G=1.42%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240510600.980.560.06334.2195.9248.04
HexF056A06238614e6030
Octal3605152014270651614060
Binary111100001011101010011000101110001101010011101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0056A; }

 p { color: rgb(240,5,106); }

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

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

 a { background-color: rgb(240,5,106); }

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

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

 span { border-color: rgb(240,5,106); }

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