#F07B81

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

Shades of Froly #F07B81

Tints of Froly #F07B81

Color information

#F07B81 (or 0xF07B81) is unknown color: approx Froly. HEX triplet: F0, 7B and 81. RGB value is (240,123,129). Sum of RGB (Red+Green+Blue) = 240+123+129=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07B81 is #0F847E. Grayscale: #9E9E9E. Windows color (decimal): -1016959 or 8485872. OLE color: 8485872.

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

Color convert

RGB240123129-
CMYK00.490.460.06
HSL356.92º79.59%71.18%-
HSV(B)356.92º48.75%94.12%-
XYZ46.9834.2824.91-
YUV158.67111.26186.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.78%
GREEN value IS 123 (48.44% from 255) = 25%
BLUE value IS 129 (50.78% from 255) = 26.22%
R=48.78%
G=25%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012312900.490.460.06356.9279.5971.18
HexF07B810312E61655047
Octal360173201061566545120107
Binary11110000111101110000001011000110111011010110010110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07B81; }

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

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

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

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

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

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

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

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