#F7105A

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

Shades of Razzmatazz #F7105A

Tints of Razzmatazz #F7105A

Color information

#F7105A (or 0xF7105A) is unknown color: approx Razzmatazz. HEX triplet: F7, 10 and 5A. RGB value is (247,16,90). Sum of RGB (Red+Green+Blue) = 247+16+90=353 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.97% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 247 - color contains mainly: red. Hex color #F7105A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7105A is #08EFA5. Grayscale: #5D5D5D. Windows color (decimal): -585638 or 5902583. OLE color: 5902583.

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

Color convert

RGB2471690-
CMYK00.940.640.03
HSL340.78º93.52%51.57%-
HSV(B)340.78º93.52%96.86%-
XYZ40.3920.8811.57-
YUV93.5126.03237.48-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 69.97%
GREEN value IS 16 (6.64% from 255) = 4.53%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=69.97%
G=4.53%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247169000.940.640.03340.7893.5251.57
HexF7105A05E4031555e34
Octal367201320136100352513664
Binary11110111100001011010010111101000000111010101011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7105A; }

 p { color: rgb(247,16,90); }

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

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

 a { background-color: rgb(247,16,90); }

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

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

 span { border-color: rgb(247,16,90); }

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