Html Css Color HEX #F85666 Wild Watermelon

📋 copy color: '#F85666'

red 248 ◦ green 86 ◦ blue 102

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

Shades of Wild Watermelon #F85666

Tints of Wild Watermelon #F85666

RGB

 RED value IS 248 (97.27% from 255) = 56.88%

 GREEN value IS 86 (33.98% from 255) = 19.72%

 BLUE value IS 102 (40.23% from 255) = 23.39%

R = 56.88%
G = 19.72%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F85666 (or 0xF85666) is known color: Wild Watermelon. HEX triplet: F8, 56 and 66. RGB value is (248,86,102). Sum of RGB (Red+Green+Blue) = 248+86+102=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F85666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85666 is #07A999. Grayscale: #888888. Windows color (decimal): -502170 or 6706936. OLE color: 6706936.

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

Color convert

RGB 248 86 102 -
CMYK 0 0.65 0.59 0.03
HSL 354.07º 0.92% 0.65% -
HSV(B) 354.07º 0.65% 0.97% -
XYZ 44.44 27.57 15.55 -
YUV 136.26 108.67 207.7 -
System Red Green Blue C M Y K H S L
Decimal 248 86 102 0 0.65 0.59 0.03 354.07 0.92 0.65
Hex F8 56 66 0 41 3B 3 162 5C 41
Octal 370 126 146 0 101 73 3 542 134 101
Binary 11111000 1010110 1100110 0 1000001 111011 11 101100010 1011100 1000001

Color Harmonies of #F85666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85666

Black with #F85666

Text Example


Text Example

White with #F85666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85666; }

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

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

background-color css

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

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

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

border-color css

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

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

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