#F35A77

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

Shades of Wild Watermelon #F35A77

Tints of Wild Watermelon #F35A77

Color information

#F35A77 (or 0xF35A77) is unknown color: approx Wild Watermelon. HEX triplet: F3, 5A and 77. RGB value is (243,90,119). Sum of RGB (Red+Green+Blue) = 243+90+119=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35A77 is #0CA588. Grayscale: #8B8B8B. Windows color (decimal): -828809 or 7822067. OLE color: 7822067.

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

Color convert

RGB24390119-
CMYK00.630.510.05
HSL348.63º86.44%65.29%-
HSV(B)348.63º62.96%95.29%-
XYZ43.9527.720.48-
YUV139.05116.69202.14-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.76%
GREEN value IS 90 (35.55% from 255) = 19.91%
BLUE value IS 119 (46.88% from 255) = 26.33%
R=53.76%
G=19.91%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439011900.630.510.05348.6386.4465.29
HexF35A7703F33515d5641
Octal363132167077635535126101
Binary1111001110110101110111011111111001110110101110110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35A77; }

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

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

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

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

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

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

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

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