Html Css Color HEX #F85866 Wild Watermelon

📋 copy color: '#F85866'

red 248 ◦ green 88 ◦ blue 102

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

Shades of Wild Watermelon #F85866

Tints of Wild Watermelon #F85866

RGB

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

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

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

R = 56.62%
G = 20.09%
B = 23.29%

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

#F85866 (or 0xF85866) is known color: Wild Watermelon. HEX triplet: F8, 58 and 66. RGB value is (248,88,102). Sum of RGB (Red+Green+Blue) = 248+88+102=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F85866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85866 is #07A799. Grayscale: #898989. Windows color (decimal): -501658 or 6707448. OLE color: 6707448.

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

Color convert

RGB 248 88 102 -
CMYK 0 0.65 0.59 0.03
HSL 354.75º 0.92% 0.66% -
HSV(B) 354.75º 0.65% 0.97% -
XYZ 44.6 27.9 15.6 -
YUV 137.44 108.01 206.86 -
System Red Green Blue C M Y K H S L
Decimal 248 88 102 0 0.65 0.59 0.03 354.75 0.92 0.66
Hex F8 58 66 0 41 3B 3 163 5C 42
Octal 370 130 146 0 101 73 3 543 134 102
Binary 11111000 1011000 1100110 0 1000001 111011 11 101100011 1011100 1000010

Color Harmonies of #F85866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85866

Black with #F85866

Text Example


Text Example

White with #F85866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85866; }

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

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

background-color css

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

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

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

border-color css

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

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

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