#F0687B

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

Shades of Froly #F0687B

Tints of Froly #F0687B

Color information

#F0687B (or 0xF0687B) is unknown color: approx Froly. HEX triplet: F0, 68 and 7B. RGB value is (240,104,123). Sum of RGB (Red+Green+Blue) = 240+104+123=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0687B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0687B is #0F9784. Grayscale: #929292. Windows color (decimal): -1021829 or 8087792. OLE color: 8087792.

HSL color Cylindrical-coordinate representation of color #F0687B: hue angle of 351.62º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0687B is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB240104123-
CMYK00.570.490.06
HSL351.62º81.93%67.45%-
HSV(B)351.62º56.67%94.12%-
XYZ44.4629.8622.16-
YUV146.83114.56194.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.39%
GREEN value IS 104 (41.02% from 255) = 22.27%
BLUE value IS 123 (48.44% from 255) = 26.34%
R=51.39%
G=22.27%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010412300.570.490.06351.6281.9367.45
HexF0687B0393161605243
Octal360150173071616540122103
Binary1111000011010001111011011100111000111010110000010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0687B; }

 p { color: rgb(240,104,123); }

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

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

 a { background-color: rgb(240,104,123); }

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

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

 span { border-color: rgb(240,104,123); }

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