#F84974

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

Shades of Wild Watermelon #F84974

Tints of Wild Watermelon #F84974

Color information

#F84974 (or 0xF84974) is unknown color: approx Wild Watermelon. HEX triplet: F8, 49 and 74. RGB value is (248,73,116). Sum of RGB (Red+Green+Blue) = 248+73+116=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F84974 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84974 is #07B68B. Grayscale: #828282. Windows color (decimal): -505484 or 7621112. OLE color: 7621112.

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

Color convert

RGB24873116-
CMYK00.710.530.03
HSL345.26º92.59%62.94%-
HSV(B)345.26º70.56%97.25%-
XYZ44.2525.9819.21-
YUV130.23119.98212-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.75%
GREEN value IS 73 (28.91% from 255) = 16.70%
BLUE value IS 116 (45.70% from 255) = 26.54%
R=56.75%
G=16.70%
B=26.54%

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
Decimal2487311600.710.530.03345.2692.5962.94
HexF849740473531595d3f
Octal370111164010765353113577
Binary111110001001001111010001000111110101111010110011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84974; }

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

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

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

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

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

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

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

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