#F35C71

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

Shades of Wild Watermelon #F35C71

Tints of Wild Watermelon #F35C71

Color information

#F35C71 (or 0xF35C71) is unknown color: approx Wild Watermelon. HEX triplet: F3, 5C and 71. RGB value is (243,92,113). Sum of RGB (Red+Green+Blue) = 243+92+113=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35C71 is #0CA38E. Grayscale: #8B8B8B. Windows color (decimal): -828303 or 7429363. OLE color: 7429363.

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

Color convert

RGB24392113-
CMYK00.620.530.05
HSL351.66º86.29%65.69%-
HSV(B)351.66º62.14%95.29%-
XYZ43.7727.918.7-
YUV139.54113.03201.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.24%
GREEN value IS 92 (36.33% from 255) = 20.54%
BLUE value IS 113 (44.53% from 255) = 25.22%
R=54.24%
G=20.54%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439211300.620.530.05351.6686.2965.69
HexF35C7103E3551605642
Octal363134161076655540126102
Binary1111001110111001110001011111011010110110110000010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35C71; }

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

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

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

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

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

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

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

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