#F85174

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

Shades of Wild Watermelon #F85174

Tints of Wild Watermelon #F85174

Color information

#F85174 (or 0xF85174) is unknown color: approx Wild Watermelon. HEX triplet: F8, 51 and 74. RGB value is (248,81,116). Sum of RGB (Red+Green+Blue) = 248+81+116=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F85174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85174 is #07AE8B. Grayscale: #868686. Windows color (decimal): -503436 or 7623160. OLE color: 7623160.

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

Color convert

RGB24881116-
CMYK00.670.530.03
HSL347.43º92.27%64.51%-
HSV(B)347.43º67.34%97.25%-
XYZ44.8127.119.39-
YUV134.92117.33208.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.73%
GREEN value IS 81 (32.03% from 255) = 18.20%
BLUE value IS 116 (45.70% from 255) = 26.07%
R=55.73%
G=18.20%
B=26.07%

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
Decimal2488111600.670.530.03347.4392.2764.51
HexF8517404335315b5c41
Octal3701211640103653533134101
Binary1111100010100011110100010000111101011110101101110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85174; }

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

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

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

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

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

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

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

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