#F70C6B

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

Shades of Razzmatazz #F70C6B

Tints of Razzmatazz #F70C6B

Color information

#F70C6B (or 0xF70C6B) is unknown color: approx Razzmatazz. HEX triplet: F7, 0C and 6B. RGB value is (247,12,107). Sum of RGB (Red+Green+Blue) = 247+12+107=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70C6B is #08F394. Grayscale: #5C5C5C. Windows color (decimal): -586645 or 7015671. OLE color: 7015671.

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

Color convert

RGB24712107-
CMYK00.950.570.03
HSL335.74º93.63%50.78%-
HSV(B)335.74º95.14%96.86%-
XYZ41.1421.115.81-
YUV93.1135.86237.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 67.49%
GREEN value IS 12 (5.08% from 255) = 3.28%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=67.49%
G=3.28%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471210700.950.570.03335.7493.6350.78
HexF7C6B05F3931505e33
Octal36714153013771352013663
Binary111101111100110101101011111111001111010100001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F70C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F70C6B; }

 p { color: rgb(247,12,107); }

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

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

 a { background-color: rgb(247,12,107); }

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

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

 span { border-color: rgb(247,12,107); }

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