#F36062

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

Shades of Froly #F36062

Tints of Froly #F36062

Color information

#F36062 (or 0xF36062) is unknown color: approx Froly. HEX triplet: F3, 60 and 62. RGB value is (243,96,98). Sum of RGB (Red+Green+Blue) = 243+96+98=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F36062 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36062 is #0C9F9D. Grayscale: #8C8C8C. Windows color (decimal): -827294 or 6447347. OLE color: 6447347.

HSL color Cylindrical-coordinate representation of color #F36062: hue angle of 359.18º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F36062 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB2439698-
CMYK00.600.600.05
HSL359.18º85.96%66.47%-
HSV(B)359.18º60.49%95.29%-
XYZ43.3528.314.73-
YUV140.18104.2201.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.61%
GREEN value IS 96 (37.89% from 255) = 21.97%
BLUE value IS 98 (38.67% from 255) = 22.43%
R=55.61%
G=21.97%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243969800.600.600.05359.1885.9666.47
HexF3606203C3C51675642
Octal363140142074745547126102
Binary1111001111000001100010011110011110010110110011110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F36062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F36062; }

 p { color: rgb(243,96,98); }

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

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

 a { background-color: rgb(243,96,98); }

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

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

 span { border-color: rgb(243,96,98); }

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