#F70669

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

Shades of Razzmatazz #F70669

Tints of Razzmatazz #F70669

Color information

#F70669 (or 0xF70669) is unknown color: approx Razzmatazz. HEX triplet: F7, 06 and 69. RGB value is (247,6,105). Sum of RGB (Red+Green+Blue) = 247+6+105=358 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.99% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 247 - color contains mainly: red. Hex color #F70669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70669 is #08F996. Grayscale: #595959. Windows color (decimal): -588183 or 6883063. OLE color: 6883063.

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

Color convert

RGB2476105-
CMYK00.980.570.03
HSL335.35º95.26%49.61%-
HSV(B)335.35º97.57%96.86%-
XYZ40.9720.9215.24-
YUV89.34136.84240.45-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 68.99%
GREEN value IS 6 (2.73% from 255) = 1.68%
BLUE value IS 105 (41.41% from 255) = 29.33%
R=68.99%
G=1.68%
B=29.33%

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
Decimal247610500.980.570.03335.3595.2649.61
HexF766906239314f5f32
Octal3676151014271351713762
Binary11110111110110100101100010111001111010011111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F70669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F70669; }

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

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

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

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

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

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

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

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