#F37482

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

Shades of Froly #F37482

Tints of Froly #F37482

Color information

#F37482 (or 0xF37482) is unknown color: approx Froly. HEX triplet: F3, 74 and 82. RGB value is (243,116,130). Sum of RGB (Red+Green+Blue) = 243+116+130=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F37482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37482 is #0C8B7D. Grayscale: #9B9B9B. Windows color (decimal): -822142 or 8549619. OLE color: 8549619.

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

Color convert

RGB243116130-
CMYK00.520.470.05
HSL353.39º84.11%70.39%-
HSV(B)353.39º52.26%95.29%-
XYZ47.2433.1625.03-
YUV155.57113.58190.36-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.69%
GREEN value IS 116 (45.70% from 255) = 23.72%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=49.69%
G=23.72%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311613000.520.470.05353.3984.1170.39
HexF374820342F51615446
Octal363164202064575541124106
Binary11110011111010010000010011010010111110110110000110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37482; }

 p { color: rgb(243,116,130); }

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

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

 a { background-color: rgb(243,116,130); }

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

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

 span { border-color: rgb(243,116,130); }

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