#F07C7E

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

Shades of Froly #F07C7E

Tints of Froly #F07C7E

Color information

#F07C7E (or 0xF07C7E) is unknown color: approx Froly. HEX triplet: F0, 7C and 7E. RGB value is (240,124,126). Sum of RGB (Red+Green+Blue) = 240+124+126=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C7E is #0F8381. Grayscale: #9F9F9F. Windows color (decimal): -1016706 or 8289520. OLE color: 8289520.

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

Color convert

RGB240124126-
CMYK00.480.480.06
HSL358.97º79.45%71.37%-
HSV(B)358.97º48.33%94.12%-
XYZ46.9134.4523.92-
YUV158.91109.43185.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.98%
GREEN value IS 124 (48.83% from 255) = 25.31%
BLUE value IS 126 (49.61% from 255) = 25.71%
R=48.98%
G=25.31%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012412600.480.480.06358.9779.4571.37
HexF07C7E0303061674f47
Octal360174176060606547117107
Binary1111000011111001111110011000011000011010110011110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07C7E; }

 p { color: rgb(240,124,126); }

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

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

 a { background-color: rgb(240,124,126); }

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

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

 span { border-color: rgb(240,124,126); }

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