#F35A71

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

Shades of Wild Watermelon #F35A71

Tints of Wild Watermelon #F35A71

Color information

#F35A71 (or 0xF35A71) is unknown color: approx Wild Watermelon. HEX triplet: F3, 5A and 71. RGB value is (243,90,113). Sum of RGB (Red+Green+Blue) = 243+90+113=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35A71 is #0CA58E. Grayscale: #8A8A8A. Windows color (decimal): -828815 or 7428851. OLE color: 7428851.

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

Color convert

RGB24390113-
CMYK00.630.530.05
HSL350.98º86.44%65.29%-
HSV(B)350.98º62.96%95.29%-
XYZ43.627.5618.64-
YUV138.37113.69202.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.48%
GREEN value IS 90 (35.55% from 255) = 20.18%
BLUE value IS 113 (44.53% from 255) = 25.34%
R=54.48%
G=20.18%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439011300.630.530.05350.9886.4465.29
HexF35A7103F35515f5641
Octal363132161077655537126101
Binary1111001110110101110001011111111010110110101111110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35A71; }

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

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

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

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

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

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

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

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