#F1727E

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

Shades of Froly #F1727E

Tints of Froly #F1727E

Color information

#F1727E (or 0xF1727E) is unknown color: approx Froly. HEX triplet: F1, 72 and 7E. RGB value is (241,114,126). Sum of RGB (Red+Green+Blue) = 241+114+126=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1727E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1727E is #0E8D81. Grayscale: #999999. Windows color (decimal): -953730 or 8286961. OLE color: 8286961.

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

Color convert

RGB241114126-
CMYK00.530.480.05
HSL354.33º81.94%69.61%-
HSV(B)354.33º52.7%94.51%-
XYZ46.0632.2423.53-
YUV153.34112.58190.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.10%
GREEN value IS 114 (44.92% from 255) = 23.70%
BLUE value IS 126 (49.61% from 255) = 26.20%
R=50.10%
G=23.70%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111412600.530.480.05354.3381.9469.61
HexF1727E0353051625246
Octal361162176065605542122106
Binary1111000111100101111110011010111000010110110001010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1727E; }

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

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

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

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

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

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

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

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