#F10450

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

Shades of Razzmatazz #F10450

Tints of Razzmatazz #F10450

Color information

#F10450 (or 0xF10450) is unknown color: approx Razzmatazz. HEX triplet: F1, 04 and 50. RGB value is (241,4,80). Sum of RGB (Red+Green+Blue) = 241+4+80=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F10450 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10450 is #0EFBAF. Grayscale: #535353. Windows color (decimal): -981936 or 5244145. OLE color: 5244145.

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

Color convert

RGB241480-
CMYK00.980.670.05
HSL340.76º96.73%48.04%-
HSV(B)340.76º98.34%94.51%-
XYZ37.7719.379.34-
YUV83.53126.02240.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 74.15%
GREEN value IS 4 (1.95% from 255) = 1.23%
BLUE value IS 80 (31.64% from 255) = 24.62%
R=74.15%
G=1.23%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24148000.980.670.05340.7696.7348.04
HexF14500624351556130
Octal36141200142103552514160
Binary1111000110010100000110001010000111011010101011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10450; }

 p { color: rgb(241,4,80); }

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

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

 a { background-color: rgb(241,4,80); }

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

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

 span { border-color: rgb(241,4,80); }

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