#F5727B

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

Shades of Froly #F5727B

Tints of Froly #F5727B

Color information

#F5727B (or 0xF5727B) is unknown color: approx Froly. HEX triplet: F5, 72 and 7B. RGB value is (245,114,123). Sum of RGB (Red+Green+Blue) = 245+114+123=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5727B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5727B is #0A8D84. Grayscale: #9A9A9A. Windows color (decimal): -691589 or 8090357. OLE color: 8090357.

HSL color Cylindrical-coordinate representation of color #F5727B: hue angle of 355.88º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5727B is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB245114123-
CMYK00.530.500.04
HSL355.88º86.75%70.39%-
HSV(B)355.88º53.47%96.08%-
XYZ47.2532.8822.59-
YUV154.2110.4192.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.83%
GREEN value IS 114 (44.92% from 255) = 23.65%
BLUE value IS 123 (48.44% from 255) = 25.52%
R=50.83%
G=23.65%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511412300.530.500.04355.8886.7570.39
HexF5727B0353241645746
Octal365162173065624544127106
Binary1111010111100101111011011010111001010010110010010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5727B; }

 p { color: rgb(245,114,123); }

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

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

 a { background-color: rgb(245,114,123); }

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

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

 span { border-color: rgb(245,114,123); }

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