#F40B60

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

Shades of Razzmatazz #F40B60

Tints of Razzmatazz #F40B60

Color information

#F40B60 (or 0xF40B60) is unknown color: approx Razzmatazz. HEX triplet: F4, 0B and 60. RGB value is (244,11,96). Sum of RGB (Red+Green+Blue) = 244+11+96=351 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.52% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 244 - color contains mainly: red. Hex color #F40B60 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40B60 is #0BF49F. Grayscale: #5A5A5A. Windows color (decimal): -783520 or 6294516. OLE color: 6294516.

HSL color Cylindrical-coordinate representation of color #F40B60: hue angle of 338.11º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40B60 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB2441196-
CMYK00.950.610.04
HSL338.11º91.37%50%-
HSV(B)338.11º95.49%95.69%-
XYZ39.5420.3212.9-
YUV90.36131.19237.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 69.52%
GREEN value IS 11 (4.69% from 255) = 3.13%
BLUE value IS 96 (37.89% from 255) = 27.35%
R=69.52%
G=3.13%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244119600.950.610.04338.1191.3750
HexF4B6005F3D41525b32
Octal36413140013775452213362
Binary1111010010111100000010111111111011001010100101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40B60; }

 p { color: rgb(244,11,96); }

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

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

 a { background-color: rgb(244,11,96); }

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

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

 span { border-color: rgb(244,11,96); }

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