#F86165

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

Shades of Wild Watermelon #F86165

Tints of Wild Watermelon #F86165

Color information

#F86165 (or 0xF86165) is unknown color: approx Wild Watermelon. HEX triplet: F8, 61 and 65. RGB value is (248,97,101). Sum of RGB (Red+Green+Blue) = 248+97+101=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F86165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86165 is #079E9A. Grayscale: #8E8E8E. Windows color (decimal): -499355 or 6644216. OLE color: 6644216.

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

Color convert

RGB24897101-
CMYK00.610.590.03
HSL358.41º91.52%67.65%-
HSV(B)358.41º60.89%97.25%-
XYZ45.3429.4515.61-
YUV142.61104.53203.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.61%
GREEN value IS 97 (38.28% from 255) = 21.75%
BLUE value IS 101 (39.84% from 255) = 22.65%
R=55.61%
G=21.75%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489710100.610.590.03358.4191.5267.65
HexF8616503D3B31665c44
Octal370141145075733546134104
Binary111110001100001110010101111011110111110110011010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86165; }

 p { color: rgb(248,97,101); }

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

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

 a { background-color: rgb(248,97,101); }

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

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

 span { border-color: rgb(248,97,101); }

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