#F0717A

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

Shades of Froly #F0717A

Tints of Froly #F0717A

Color information

#F0717A (or 0xF0717A) is unknown color: approx Froly. HEX triplet: F0, 71 and 7A. RGB value is (240,113,122). Sum of RGB (Red+Green+Blue) = 240+113+122=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0717A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0717A is #0F8E85. Grayscale: #989898. Windows color (decimal): -1019526 or 8024560. OLE color: 8024560.

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

Color convert

RGB240113122-
CMYK00.530.490.06
HSL355.75º80.89%69.22%-
HSV(B)355.75º52.92%94.12%-
XYZ45.3531.7422.15-
YUV152111.08190.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.53%
GREEN value IS 113 (44.53% from 255) = 23.79%
BLUE value IS 122 (48.05% from 255) = 25.68%
R=50.53%
G=23.79%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011312200.530.490.06355.7580.8969.22
HexF0717A0353161645145
Octal360161172065616544121105
Binary1111000011100011111010011010111000111010110010010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0717A; }

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

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

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

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

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

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

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

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