#F2757C

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

Shades of Froly #F2757C

Tints of Froly #F2757C

Color information

#F2757C (or 0xF2757C) is unknown color: approx Froly. HEX triplet: F2, 75 and 7C. RGB value is (242,117,124). Sum of RGB (Red+Green+Blue) = 242+117+124=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2757C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2757C is #0D8A83. Grayscale: #9B9B9B. Windows color (decimal): -887428 or 8156658. OLE color: 8156658.

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

Color convert

RGB242117124-
CMYK00.520.490.05
HSL356.64º82.78%70.39%-
HSV(B)356.64º51.65%94.9%-
XYZ46.6233.0622.99-
YUV155.17110.41189.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.10%
GREEN value IS 117 (46.09% from 255) = 24.22%
BLUE value IS 124 (48.83% from 255) = 25.67%
R=50.10%
G=24.22%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211712400.520.490.05356.6482.7870.39
HexF2757C0343151655346
Octal362165174064615545123106
Binary1111001011101011111100011010011000110110110010110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2757C; }

 p { color: rgb(242,117,124); }

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

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

 a { background-color: rgb(242,117,124); }

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

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

 span { border-color: rgb(242,117,124); }

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