#F35A61

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

Shades of Wild Watermelon #F35A61

Tints of Wild Watermelon #F35A61

Color information

#F35A61 (or 0xF35A61) is unknown color: approx Wild Watermelon. HEX triplet: F3, 5A and 61. RGB value is (243,90,97). Sum of RGB (Red+Green+Blue) = 243+90+97=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35A61 is #0CA59E. Grayscale: #888888. Windows color (decimal): -828831 or 6380275. OLE color: 6380275.

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

Color convert

RGB2439097-
CMYK00.630.600.05
HSL357.25º86.44%65.29%-
HSV(B)357.25º62.96%95.29%-
XYZ42.7827.2314.31-
YUV136.54105.69203.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.51%
GREEN value IS 90 (35.55% from 255) = 20.93%
BLUE value IS 97 (38.28% from 255) = 22.56%
R=56.51%
G=20.93%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243909700.630.600.05357.2586.4465.29
HexF35A6103F3C51655641
Octal363132141077745545126101
Binary1111001110110101100001011111111110010110110010110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35A61; }

 p { color: rgb(243,90,97); }

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

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

 a { background-color: rgb(243,90,97); }

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

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

 span { border-color: rgb(243,90,97); }

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