#F85175

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

Shades of Wild Watermelon #F85175

Tints of Wild Watermelon #F85175

Color information

#F85175 (or 0xF85175) is unknown color: approx Wild Watermelon. HEX triplet: F8, 51 and 75. RGB value is (248,81,117). Sum of RGB (Red+Green+Blue) = 248+81+117=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F85175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85175 is #07AE8A. Grayscale: #878787. Windows color (decimal): -503435 or 7688696. OLE color: 7688696.

HSL color Cylindrical-coordinate representation of color #F85175: hue angle of 347.07º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F85175 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB24881117-
CMYK00.670.530.03
HSL347.07º92.27%64.51%-
HSV(B)347.07º67.34%97.25%-
XYZ44.8627.1319.7-
YUV135.04117.83208.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.61%
GREEN value IS 81 (32.03% from 255) = 18.16%
BLUE value IS 117 (46.09% from 255) = 26.23%
R=55.61%
G=18.16%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488111700.670.530.03347.0792.2764.51
HexF8517504335315b5c41
Octal3701211650103653533134101
Binary1111100010100011110101010000111101011110101101110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85175; }

 p { color: rgb(248,81,117); }

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

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

 a { background-color: rgb(248,81,117); }

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

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

 span { border-color: rgb(248,81,117); }

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