#F2737B

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

Shades of Froly #F2737B

Tints of Froly #F2737B

Color information

#F2737B (or 0xF2737B) is unknown color: approx Froly. HEX triplet: F2, 73 and 7B. RGB value is (242,115,123). Sum of RGB (Red+Green+Blue) = 242+115+123=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2737B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2737B is #0D8C84. Grayscale: #999999. Windows color (decimal): -887941 or 8090610. OLE color: 8090610.

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

Color convert

RGB242115123-
CMYK00.520.490.05
HSL356.22º83.01%70%-
HSV(B)356.22º52.48%94.9%-
XYZ46.3232.5722.58-
YUV153.88110.58190.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.42%
GREEN value IS 115 (45.31% from 255) = 23.96%
BLUE value IS 123 (48.44% from 255) = 25.62%
R=50.42%
G=23.96%
B=25.62%

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
Decimal24211512300.520.490.05356.2283.0170
HexF2737B0343151645346
Octal362163173064615544123106
Binary1111001011100111111011011010011000110110110010010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2737B; }

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

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

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

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

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

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

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

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