#F07982

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

Shades of Froly #F07982

Tints of Froly #F07982

Color information

#F07982 (or 0xF07982) is unknown color: approx Froly. HEX triplet: F0, 79 and 82. RGB value is (240,121,130). Sum of RGB (Red+Green+Blue) = 240+121+130=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F07982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07982 is #0F867D. Grayscale: #9D9D9D. Windows color (decimal): -1017470 or 8550896. OLE color: 8550896.

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

Color convert

RGB240121130-
CMYK00.500.460.06
HSL355.46º79.87%70.78%-
HSV(B)355.46º49.58%94.12%-
XYZ46.833.8125.18-
YUV157.61112.42186.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.88%
GREEN value IS 121 (47.66% from 255) = 24.64%
BLUE value IS 130 (51.17% from 255) = 26.48%
R=48.88%
G=24.64%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012113000.500.460.06355.4679.8770.78
HexF079820322E61635047
Octal360171202062566543120107
Binary11110000111100110000010011001010111011010110001110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07982; }

 p { color: rgb(240,121,130); }

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

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

 a { background-color: rgb(240,121,130); }

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

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

 span { border-color: rgb(240,121,130); }

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