#F16972

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

Shades of Froly #F16972

Tints of Froly #F16972

Color information

#F16972 (or 0xF16972) is unknown color: approx Froly. HEX triplet: F1, 69 and 72. RGB value is (241,105,114). Sum of RGB (Red+Green+Blue) = 241+105+114=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F16972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16972 is #0E968D. Grayscale: #929292. Windows color (decimal): -956046 or 7498225. OLE color: 7498225.

HSL color Cylindrical-coordinate representation of color #F16972: hue angle of 356.03º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16972 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB241105114-
CMYK00.560.530.05
HSL356.03º82.93%67.84%-
HSV(B)356.03º56.43%94.51%-
XYZ44.3630.0219.38-
YUV146.69109.56195.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.39%
GREEN value IS 105 (41.41% from 255) = 22.83%
BLUE value IS 114 (44.92% from 255) = 24.78%
R=52.39%
G=22.83%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110511400.560.530.05356.0382.9367.84
HexF169720383551645344
Octal361151162070655544123104
Binary1111000111010011110010011100011010110110110010010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16972; }

 p { color: rgb(241,105,114); }

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

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

 a { background-color: rgb(241,105,114); }

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

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

 span { border-color: rgb(241,105,114); }

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