#f35f60

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

Shades of Froly #F35F60

Tints of Froly #F35F60

Color information

#F35F60 (or 0xF35F60) is unknown color: approx Froly. HEX triplet: F3, 5F and 60. RGB value is (243,95,96). Sum of RGB (Red+Green+Blue) = 243+95+96=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F35F60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35F60 is #0CA09F. Grayscale: #8B8B8B. Windows color (decimal): -827552 or 6316019. OLE color: 6316019.

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

Color convert

RGB2439596-
CMYK00.610.600.05
HSL359.59º86.05%66.27%-
HSV(B)359.59º60.91%95.29%-
XYZ43.1728.0814.21-
YUV139.37103.53201.92-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.99%
GREEN value IS 95 (37.5% from 255) = 21.89%
BLUE value IS 96 (37.89% from 255) = 22.12%
R=55.99%
G=21.89%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243959600.610.600.05359.5986.0566.27
HexF35F6003D3C51685642
Octal363137140075745550126102
Binary1111001110111111100000011110111110010110110100010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f35f60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f35f60; }

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

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

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

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

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

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

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

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