#F6707B

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

Shades of Froly #F6707B

Tints of Froly #F6707B

Color information

#F6707B (or 0xF6707B) is unknown color: approx Froly. HEX triplet: F6, 70 and 7B. RGB value is (246,112,123). Sum of RGB (Red+Green+Blue) = 246+112+123=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F6707B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6707B is #098F84. Grayscale: #999999. Windows color (decimal): -626565 or 8089846. OLE color: 8089846.

HSL color Cylindrical-coordinate representation of color #F6707B: hue angle of 355.07º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6707B is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB246112123-
CMYK00.540.500.04
HSL355.07º88.16%70.2%-
HSV(B)355.07º54.47%96.47%-
XYZ47.3832.6122.54-
YUV153.32110.89194.11-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.14%
GREEN value IS 112 (44.14% from 255) = 23.28%
BLUE value IS 123 (48.44% from 255) = 25.57%
R=51.14%
G=23.28%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611212300.540.500.04355.0788.1670.2
HexF6707B0363241635846
Octal366160173066624543130106
Binary1111011011100001111011011011011001010010110001110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6707B; }

 p { color: rgb(246,112,123); }

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

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

 a { background-color: rgb(246,112,123); }

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

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

 span { border-color: rgb(246,112,123); }

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