#F41260

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

Shades of Razzmatazz #F41260

Tints of Razzmatazz #F41260

Color information

#F41260 (or 0xF41260) is unknown color: approx Razzmatazz. HEX triplet: F4, 12 and 60. RGB value is (244,18,96). Sum of RGB (Red+Green+Blue) = 244+18+96=358 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.16% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 244 - color contains mainly: red. Hex color #F41260 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41260 is #0BED9F. Grayscale: #5E5E5E. Windows color (decimal): -781728 or 6296308. OLE color: 6296308.

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

Color convert

RGB2441896-
CMYK00.930.610.04
HSL339.29º91.13%51.37%-
HSV(B)339.29º92.62%95.69%-
XYZ39.6420.5112.94-
YUV94.47128.87234.66-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 68.16%
GREEN value IS 18 (7.42% from 255) = 5.03%
BLUE value IS 96 (37.89% from 255) = 26.82%
R=68.16%
G=5.03%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244189600.930.610.04339.2991.1351.37
HexF4126005D3D41535b33
Octal36422140013575452313363
Binary11110100100101100000010111011111011001010100111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41260; }

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

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

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

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

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

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

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

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