#F07F80

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

Shades of Froly #F07F80

Tints of Froly #F07F80

Color information

#F07F80 (or 0xF07F80) is unknown color: approx Froly. HEX triplet: F0, 7F and 80. RGB value is (240,127,128). Sum of RGB (Red+Green+Blue) = 240+127+128=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07F80 is #0F807F. Grayscale: #A1A1A1. Windows color (decimal): -1015936 or 8421360. OLE color: 8421360.

HSL color Cylindrical-coordinate representation of color #F07F80: hue angle of 359.47º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F07F80 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB240127128-
CMYK00.470.470.06
HSL359.47º79.02%71.96%-
HSV(B)359.47º47.08%94.12%-
XYZ47.4235.2624.73-
YUV160.9109.44184.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.48%
GREEN value IS 127 (50% from 255) = 25.66%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=48.48%
G=25.66%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012712800.470.470.06359.4779.0271.96
HexF07F8002F2F61674f48
Octal360177200057576547117110
Binary11110000111111110000000010111110111111010110011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07F80; }

 p { color: rgb(240,127,128); }

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

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

 a { background-color: rgb(240,127,128); }

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

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

 span { border-color: rgb(240,127,128); }

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