Html Css Color HEX #F65860 Wild Watermelon

📋 copy color: '#F65860'

red 246 ◦ green 88 ◦ blue 96

#F65860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #F65860

Tints of Wild Watermelon #F65860

RGB

 RED value IS 246 (96.48% from 255) = 57.21%

 GREEN value IS 88 (34.77% from 255) = 20.47%

 BLUE value IS 96 (37.89% from 255) = 22.33%

R = 57.21%
G = 20.47%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F65860 (or 0xF65860) is known color: Wild Watermelon. HEX triplet: F6, 58 and 60. RGB value is (246,88,96). Sum of RGB (Red+Green+Blue) = 246+88+96=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F65860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65860 is #09A79F. Grayscale: #888888. Windows color (decimal): -632736 or 6314230. OLE color: 6314230.

HSL color Cylindrical-coordinate representation of color #F65860: hue angle of 356.96º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65860 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 88 96 -
CMYK 0 0.64 0.61 0.04
HSL 356.96º 0.9% 0.65% -
HSV(B) 356.96º 0.64% 0.96% -
XYZ 43.61 27.42 14.06 -
YUV 136.15 105.35 206.35 -
System Red Green Blue C M Y K H S L
Decimal 246 88 96 0 0.64 0.61 0.04 356.96 0.9 0.65
Hex F6 58 60 0 40 3D 4 165 5A 41
Octal 366 130 140 0 100 75 4 545 132 101
Binary 11110110 1011000 1100000 0 1000000 111101 100 101100101 1011010 1000001

Color Harmonies of #F65860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65860

Black with #F65860

Text Example


Text Example

White with #F65860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65860; }

 p { color: rgb(246,88,96); }

 H1.HeaderClassName
 {
   color: #F65860;
 }
 .AnyTagClassName
 {
   color: #F65860;
 }
</style>

background-color css

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

 a { background-color: rgb(246,88,96); }

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

border-color css

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

 span { border-color: rgb(246,88,96); }

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