#F84770

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

Shades of Wild Watermelon #F84770

Tints of Wild Watermelon #F84770

Color information

#F84770 (or 0xF84770) is unknown color: approx Wild Watermelon. HEX triplet: F8, 47 and 70. RGB value is (248,71,112). Sum of RGB (Red+Green+Blue) = 248+71+112=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F84770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84770 is #07B88F. Grayscale: #808080. Windows color (decimal): -506000 or 7358456. OLE color: 7358456.

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

Color convert

RGB24871112-
CMYK00.710.550.03
HSL346.1º92.67%62.55%-
HSV(B)346.1º71.37%97.25%-
XYZ43.8925.6317.96-
YUV128.6118.64213.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.54%
GREEN value IS 71 (28.12% from 255) = 16.47%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=57.54%
G=16.47%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2487111200.710.550.03346.192.6762.55
HexF8477004737315a5d3f
Octal370107160010767353213577
Binary111110001000111111000001000111110111111010110101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84770; }

 p { color: rgb(248,71,112); }

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

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

 a { background-color: rgb(248,71,112); }

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

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

 span { border-color: rgb(248,71,112); }

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