#F35E75

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

Shades of Wild Watermelon #F35E75

Tints of Wild Watermelon #F35E75

Color information

#F35E75 (or 0xF35E75) is unknown color: approx Wild Watermelon. HEX triplet: F3, 5E and 75. RGB value is (243,94,117). Sum of RGB (Red+Green+Blue) = 243+94+117=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F35E75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35E75 is #0CA18A. Grayscale: #8D8D8D. Windows color (decimal): -827787 or 7692019. OLE color: 7692019.

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

Color convert

RGB24394117-
CMYK00.610.520.05
HSL350.74º86.13%66.08%-
HSV(B)350.74º61.32%95.29%-
XYZ44.1828.3419.97-
YUV141.17114.36200.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.52%
GREEN value IS 94 (37.11% from 255) = 20.70%
BLUE value IS 117 (46.09% from 255) = 25.77%
R=53.52%
G=20.70%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439411700.610.520.05350.7486.1366.08
HexF35E7503D34515f5642
Octal363136165075645537126102
Binary1111001110111101110101011110111010010110101111110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35E75; }

 p { color: rgb(243,94,117); }

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

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

 a { background-color: rgb(243,94,117); }

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

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

 span { border-color: rgb(243,94,117); }

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