#f35961

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

Shades of Wild Watermelon #F35961

Tints of Wild Watermelon #F35961

Color information

#F35961 (or 0xF35961) is unknown color: approx Wild Watermelon. HEX triplet: F3, 59 and 61. RGB value is (243,89,97). Sum of RGB (Red+Green+Blue) = 243+89+97=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F35961 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35961 is #0CA69E. Grayscale: #888888. Windows color (decimal): -829087 or 6380019. OLE color: 6380019.

HSL color Cylindrical-coordinate representation of color #F35961: hue angle of 356.88º degrees, saturation: 0.87, 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 #F35961 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB2438997-
CMYK00.630.600.05
HSL356.88º86.52%65.1%-
HSV(B)356.88º63.37%95.29%-
XYZ42.6927.0614.28-
YUV135.96106.02204.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.64%
GREEN value IS 89 (35.16% from 255) = 20.75%
BLUE value IS 97 (38.28% from 255) = 22.61%
R=56.64%
G=20.75%
B=22.61%

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
Decimal243899700.630.600.05356.8886.5265.1
HexF3596103F3C51655741
Octal363131141077745545127101
Binary1111001110110011100001011111111110010110110010110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f35961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f35961; }

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

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

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

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

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

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

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

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