#F2737C

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

Shades of Froly #F2737C

Tints of Froly #F2737C

Color information

#F2737C (or 0xF2737C) is unknown color: approx Froly. HEX triplet: F2, 73 and 7C. RGB value is (242,115,124). Sum of RGB (Red+Green+Blue) = 242+115+124=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2737C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2737C is #0D8C83. Grayscale: #9A9A9A. Windows color (decimal): -887940 or 8156146. OLE color: 8156146.

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

Color convert

RGB242115124-
CMYK00.520.490.05
HSL355.75º83.01%70%-
HSV(B)355.75º52.48%94.9%-
XYZ46.3932.5922.92-
YUV154111.08190.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.31%
GREEN value IS 115 (45.31% from 255) = 23.91%
BLUE value IS 124 (48.83% from 255) = 25.78%
R=50.31%
G=23.91%
B=25.78%

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
Decimal24211512400.520.490.05355.7583.0170
HexF2737C0343151645346
Octal362163174064615544123106
Binary1111001011100111111100011010011000110110110010010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2737C; }

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

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

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

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

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

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

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

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