#F06D7A

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

Shades of Froly #F06D7A

Tints of Froly #F06D7A

Color information

#F06D7A (or 0xF06D7A) is unknown color: approx Froly. HEX triplet: F0, 6D and 7A. RGB value is (240,109,122). Sum of RGB (Red+Green+Blue) = 240+109+122=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06D7A is #0F9285. Grayscale: #959595. Windows color (decimal): -1020550 or 8023536. OLE color: 8023536.

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

Color convert

RGB240109122-
CMYK00.550.490.06
HSL354.05º81.37%68.43%-
HSV(B)354.05º54.58%94.12%-
XYZ44.9230.8722-
YUV149.65112.4192.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.96%
GREEN value IS 109 (42.97% from 255) = 23.14%
BLUE value IS 122 (48.05% from 255) = 25.90%
R=50.96%
G=23.14%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010912200.550.490.06354.0581.3768.43
HexF06D7A0373161625144
Octal360155172067616542121104
Binary1111000011011011111010011011111000111010110001010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06D7A; }

 p { color: rgb(240,109,122); }

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

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

 a { background-color: rgb(240,109,122); }

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

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

 span { border-color: rgb(240,109,122); }

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