#F35C70

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

Shades of Wild Watermelon #F35C70

Tints of Wild Watermelon #F35C70

Color information

#F35C70 (or 0xF35C70) is unknown color: approx Wild Watermelon. HEX triplet: F3, 5C and 70. RGB value is (243,92,112). Sum of RGB (Red+Green+Blue) = 243+92+112=447 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.36% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35C70 is #0CA38F. Grayscale: #8B8B8B. Windows color (decimal): -828304 or 7363827. OLE color: 7363827.

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

Color convert

RGB24392112-
CMYK00.620.540.05
HSL352.05º86.29%65.69%-
HSV(B)352.05º62.14%95.29%-
XYZ43.7127.8818.41-
YUV139.43112.53201.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.36%
GREEN value IS 92 (36.33% from 255) = 20.58%
BLUE value IS 112 (44.14% from 255) = 25.06%
R=54.36%
G=20.58%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439211200.620.540.05352.0586.2965.69
HexF35C7003E3651605642
Octal363134160076665540126102
Binary1111001110111001110000011111011011010110110000010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35C70; }

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

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

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

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

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

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

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

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