#F2747C

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

Shades of Froly #F2747C

Tints of Froly #F2747C

Color information

#F2747C (or 0xF2747C) is unknown color: approx Froly. HEX triplet: F2, 74 and 7C. RGB value is (242,116,124). Sum of RGB (Red+Green+Blue) = 242+116+124=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2747C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2747C is #0D8B83. Grayscale: #9A9A9A. Windows color (decimal): -887684 or 8156402. OLE color: 8156402.

HSL color Cylindrical-coordinate representation of color #F2747C: hue angle of 356.19º 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 #F2747C is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB242116124-
CMYK00.520.490.05
HSL356.19º82.89%70.2%-
HSV(B)356.19º52.07%94.9%-
XYZ46.532.8222.95-
YUV154.59110.74190.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.21%
GREEN value IS 116 (45.70% from 255) = 24.07%
BLUE value IS 124 (48.83% from 255) = 25.73%
R=50.21%
G=24.07%
B=25.73%

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
Decimal24211612400.520.490.05356.1982.8970.2
HexF2747C0343151645346
Octal362164174064615544123106
Binary1111001011101001111100011010011000110110110010010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2747C; }

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

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

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

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

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

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

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

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