Html Css Color HEX #F86166 Wild Watermelon

📋 copy color: '#F86166'

red 248 ◦ green 97 ◦ blue 102

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

Shades of Wild Watermelon #F86166

Tints of Wild Watermelon #F86166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.7%

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

R = 55.48%
G = 21.7%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F86166 (or 0xF86166) is known color: Wild Watermelon. HEX triplet: F8, 61 and 66. RGB value is (248,97,102). Sum of RGB (Red+Green+Blue) = 248+97+102=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F86166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86166 is #079E99. Grayscale: #8E8E8E. Windows color (decimal): -499354 or 6709752. OLE color: 6709752.

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

Color convert

RGB 248 97 102 -
CMYK 0 0.61 0.59 0.03
HSL 358.01º 0.92% 0.68% -
HSV(B) 358.01º 0.61% 0.97% -
XYZ 45.38 29.47 15.87 -
YUV 142.72 105.03 203.09 -
System Red Green Blue C M Y K H S L
Decimal 248 97 102 0 0.61 0.59 0.03 358.01 0.92 0.68
Hex F8 61 66 0 3D 3B 3 166 5C 44
Octal 370 141 146 0 75 73 3 546 134 104
Binary 11111000 1100001 1100110 0 111101 111011 11 101100110 1011100 1000100

Color Harmonies of #F86166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86166

Black with #F86166

Text Example


Text Example

White with #F86166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86166; }

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

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

background-color css

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

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

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

border-color css

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

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

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