#F71466

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

Shades of Razzmatazz #F71466

Tints of Razzmatazz #F71466

Color information

#F71466 (or 0xF71466) is unknown color: approx Razzmatazz. HEX triplet: F7, 14 and 66. RGB value is (247,20,102). Sum of RGB (Red+Green+Blue) = 247+20+102=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F71466 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71466 is #08EB99. Grayscale: #616161. Windows color (decimal): -584602 or 6690039. OLE color: 6690039.

HSL color Cylindrical-coordinate representation of color #F71466: hue angle of 338.33º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F71466 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB24720102-
CMYK00.920.590.03
HSL338.33º93.42%52.35%-
HSV(B)338.33º91.9%96.86%-
XYZ41.0121.2314.51-
YUV97.22130.71234.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 66.94%
GREEN value IS 20 (8.20% from 255) = 5.42%
BLUE value IS 102 (40.23% from 255) = 27.64%
R=66.94%
G=5.42%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472010200.920.590.03338.3393.4252.35
HexF7146605C3B31525d34
Octal36724146013473352213564
Binary1111011110100110011001011100111011111010100101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71466; }

 p { color: rgb(247,20,102); }

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

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

 a { background-color: rgb(247,20,102); }

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

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

 span { border-color: rgb(247,20,102); }

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