#F6707A

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

Shades of Froly #F6707A

Tints of Froly #F6707A

Color information

#F6707A (or 0xF6707A) is unknown color: approx Froly. HEX triplet: F6, 70 and 7A. RGB value is (246,112,122). Sum of RGB (Red+Green+Blue) = 246+112+122=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F6707A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6707A is #098F85. Grayscale: #999999. Windows color (decimal): -626566 or 8024310. OLE color: 8024310.

HSL color Cylindrical-coordinate representation of color #F6707A: hue angle of 355.52º 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 #F6707A is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB246112122-
CMYK00.540.500.04
HSL355.52º88.16%70.2%-
HSV(B)355.52º54.47%96.47%-
XYZ47.3132.5922.21-
YUV153.21110.39194.19-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.25%
GREEN value IS 112 (44.14% from 255) = 23.33%
BLUE value IS 122 (48.05% from 255) = 25.42%
R=51.25%
G=23.33%
B=25.42%

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
Decimal24611212200.540.500.04355.5288.1670.2
HexF6707A0363241645846
Octal366160172066624544130106
Binary1111011011100001111010011011011001010010110010010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6707A; }

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

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

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

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

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

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

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

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