#F07B7F

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

Shades of Froly #F07B7F

Tints of Froly #F07B7F

Color information

#F07B7F (or 0xF07B7F) is unknown color: approx Froly. HEX triplet: F0, 7B and 7F. RGB value is (240,123,127). Sum of RGB (Red+Green+Blue) = 240+123+127=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07B7F is #0F8480. Grayscale: #9E9E9E. Windows color (decimal): -1016961 or 8354800. OLE color: 8354800.

HSL color Cylindrical-coordinate representation of color #F07B7F: hue angle of 357.95º 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 #F07B7F is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB240123127-
CMYK00.490.470.06
HSL357.95º79.59%71.18%-
HSV(B)357.95º48.75%94.12%-
XYZ46.8534.2224.22-
YUV158.44110.26186.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.98%
GREEN value IS 123 (48.44% from 255) = 25.10%
BLUE value IS 127 (50% from 255) = 25.92%
R=48.98%
G=25.10%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012312700.490.470.06357.9579.5971.18
HexF07B7F0312F61665047
Octal360173177061576546120107
Binary1111000011110111111111011000110111111010110011010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07B7F; }

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

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

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

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

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

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

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

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