#F07582

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

Shades of Froly #F07582

Tints of Froly #F07582

Color information

#F07582 (or 0xF07582) is unknown color: approx Froly. HEX triplet: F0, 75 and 82. RGB value is (240,117,130). Sum of RGB (Red+Green+Blue) = 240+117+130=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F07582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07582 is #0F8A7D. Grayscale: #9B9B9B. Windows color (decimal): -1018494 or 8549872. OLE color: 8549872.

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

Color convert

RGB240117130-
CMYK00.510.460.06
HSL353.66º80.39%70%-
HSV(B)353.66º51.25%94.12%-
XYZ46.3332.8625.02-
YUV155.26113.75188.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.28%
GREEN value IS 117 (46.09% from 255) = 24.02%
BLUE value IS 130 (51.17% from 255) = 26.69%
R=49.28%
G=24.02%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011713000.510.460.06353.6680.3970
HexF075820332E61625046
Octal360165202063566542120106
Binary11110000111010110000010011001110111011010110001010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07582; }

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

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

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

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

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

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

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

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