#F84975

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

Shades of Wild Watermelon #F84975

Tints of Wild Watermelon #F84975

Color information

#F84975 (or 0xF84975) is unknown color: approx Wild Watermelon. HEX triplet: F8, 49 and 75. RGB value is (248,73,117). Sum of RGB (Red+Green+Blue) = 248+73+117=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F84975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84975 is #07B68A. Grayscale: #828282. Windows color (decimal): -505483 or 7686648. OLE color: 7686648.

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

Color convert

RGB24873117-
CMYK00.710.530.03
HSL344.91º92.59%62.94%-
HSV(B)344.91º70.56%97.25%-
XYZ44.326.0119.51-
YUV130.34120.48211.92-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.62%
GREEN value IS 73 (28.91% from 255) = 16.67%
BLUE value IS 117 (46.09% from 255) = 26.71%
R=56.62%
G=16.67%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2487311700.710.530.03344.9192.5962.94
HexF849750473531595d3f
Octal370111165010765353113577
Binary111110001001001111010101000111110101111010110011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84975; }

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

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

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

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

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

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

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

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