#F7066A

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

Shades of Razzmatazz #F7066A

Tints of Razzmatazz #F7066A

Color information

#F7066A (or 0xF7066A) is unknown color: approx Razzmatazz. HEX triplet: F7, 06 and 6A. RGB value is (247,6,106). Sum of RGB (Red+Green+Blue) = 247+6+106=359 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.80% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 247 - color contains mainly: red. Hex color #F7066A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7066A is #08F995. Grayscale: #595959. Windows color (decimal): -588182 or 6948599. OLE color: 6948599.

HSL color Cylindrical-coordinate representation of color #F7066A: hue angle of 335.1º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7066A is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB2476106-
CMYK00.980.570.03
HSL335.1º95.26%49.61%-
HSV(B)335.1º97.57%96.86%-
XYZ41.0220.9515.52-
YUV89.46137.34240.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 68.80%
GREEN value IS 6 (2.73% from 255) = 1.67%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=68.80%
G=1.67%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247610600.980.570.03335.195.2649.61
HexF766A06239314f5f32
Octal3676152014271351713762
Binary11110111110110101001100010111001111010011111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7066A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7066A; }

 p { color: rgb(247,6,106); }

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

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

 a { background-color: rgb(247,6,106); }

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

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

 span { border-color: rgb(247,6,106); }

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