#F84D68

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

Shades of Wild Watermelon #F84D68

Tints of Wild Watermelon #F84D68

Color information

#F84D68 (or 0xF84D68) is unknown color: approx Wild Watermelon. HEX triplet: F8, 4D and 68. RGB value is (248,77,104). Sum of RGB (Red+Green+Blue) = 248+77+104=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84D68 is #07B297. Grayscale: #838383. Windows color (decimal): -504472 or 6835704. OLE color: 6835704.

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

Color convert

RGB24877104-
CMYK00.690.580.03
HSL350.53º92.43%63.73%-
HSV(B)350.53º68.95%97.25%-
XYZ43.8626.2615.85-
YUV131.21112.65211.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.81%
GREEN value IS 77 (30.47% from 255) = 17.95%
BLUE value IS 104 (41.02% from 255) = 24.24%
R=57.81%
G=17.95%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2487710400.690.580.03350.5392.4363.73
HexF84D680453A315f5c40
Octal3701151500105723537134100
Binary1111100010011011101000010001011110101110101111110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84D68; }

 p { color: rgb(248,77,104); }

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

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

 a { background-color: rgb(248,77,104); }

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

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

 span { border-color: rgb(248,77,104); }

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