#F0747F

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

Shades of Froly #F0747F

Tints of Froly #F0747F

Color information

#F0747F (or 0xF0747F) is unknown color: approx Froly. HEX triplet: F0, 74 and 7F. RGB value is (240,116,127). Sum of RGB (Red+Green+Blue) = 240+116+127=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0747F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0747F is #0F8B80. Grayscale: #9A9A9A. Windows color (decimal): -1018753 or 8353008. OLE color: 8353008.

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

Color convert

RGB240116127-
CMYK00.520.470.06
HSL354.68º80.52%69.8%-
HSV(B)354.68º51.67%94.12%-
XYZ46.0132.5523.94-
YUV154.33112.58189.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.69%
GREEN value IS 116 (45.70% from 255) = 24.02%
BLUE value IS 127 (50% from 255) = 26.29%
R=49.69%
G=24.02%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011612700.520.470.06354.6880.5269.8
HexF0747F0342F61635146
Octal360164177064576543121106
Binary1111000011101001111111011010010111111010110001110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0747F; }

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

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

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

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

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

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

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

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