#F10A67

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

Shades of Razzmatazz #F10A67

Tints of Razzmatazz #F10A67

Color information

#F10A67 (or 0xF10A67) is unknown color: approx Razzmatazz. HEX triplet: F1, 0A and 67. RGB value is (241,10,103). Sum of RGB (Red+Green+Blue) = 241+10+103=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A67 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10A67 is #0EF598. Grayscale: #595959. Windows color (decimal): -980377 or 6753009. OLE color: 6753009.

HSL color Cylindrical-coordinate representation of color #F10A67: hue angle of 335.84º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10A67 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB24110103-
CMYK00.960.570.05
HSL335.84º92.03%49.22%-
HSV(B)335.84º95.85%94.51%-
XYZ38.8319.914.63-
YUV89.67135.53235.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 68.08%
GREEN value IS 10 (4.30% from 255) = 2.82%
BLUE value IS 103 (40.62% from 255) = 29.10%
R=68.08%
G=2.82%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411010300.960.570.05335.8492.0349.22
HexF1A670603951505c31
Octal36112147014071552013461
Binary1111000110101100111011000001110011011010100001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10A67; }

 p { color: rgb(241,10,103); }

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

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

 a { background-color: rgb(241,10,103); }

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

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

 span { border-color: rgb(241,10,103); }

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