#F0747A

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

Shades of Froly #F0747A

Tints of Froly #F0747A

Color information

#F0747A (or 0xF0747A) is unknown color: approx Froly. HEX triplet: F0, 74 and 7A. RGB value is (240,116,122). Sum of RGB (Red+Green+Blue) = 240+116+122=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0747A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0747A is #0F8B85. Grayscale: #999999. Windows color (decimal): -1018758 or 8025328. OLE color: 8025328.

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

Color convert

RGB240116122-
CMYK00.520.490.06
HSL357.1º80.52%69.8%-
HSV(B)357.1º51.67%94.12%-
XYZ45.6932.4222.26-
YUV153.76110.08189.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.21%
GREEN value IS 116 (45.70% from 255) = 24.27%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=50.21%
G=24.27%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011612200.520.490.06357.180.5269.8
HexF0747A0343161655146
Octal360164172064616545121106
Binary1111000011101001111010011010011000111010110010110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0747A; }

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

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

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

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

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

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

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

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