#F84D66

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

Shades of Wild Watermelon #F84D66

Tints of Wild Watermelon #F84D66

Color information

#F84D66 (or 0xF84D66) is unknown color: approx Wild Watermelon. HEX triplet: F8, 4D and 66. RGB value is (248,77,102). Sum of RGB (Red+Green+Blue) = 248+77+102=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84D66 is #07B299. Grayscale: #838383. Windows color (decimal): -504474 or 6704632. OLE color: 6704632.

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

Color convert

RGB24877102-
CMYK00.690.590.03
HSL351.23º92.43%63.73%-
HSV(B)351.23º68.95%97.25%-
XYZ43.7626.2215.33-
YUV130.98111.65211.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 58.08%
GREEN value IS 77 (30.47% from 255) = 18.03%
BLUE value IS 102 (40.23% from 255) = 23.89%
R=58.08%
G=18.03%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2487710200.690.590.03351.2392.4363.73
HexF84D660453B315f5c40
Octal3701151460105733537134100
Binary1111100010011011100110010001011110111110101111110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84D66; }

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

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

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

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

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

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

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

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