Html Css Color HEX #F85862 Wild Watermelon

📋 copy color: '#F85862'

red 248 ◦ green 88 ◦ blue 98

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

Shades of Wild Watermelon #F85862

Tints of Wild Watermelon #F85862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.58%

R = 57.14%
G = 20.28%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F85862 (or 0xF85862) is known color: Wild Watermelon. HEX triplet: F8, 58 and 62. RGB value is (248,88,98). Sum of RGB (Red+Green+Blue) = 248+88+98=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F85862 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85862 is #07A79D. Grayscale: #898989. Windows color (decimal): -501662 or 6445304. OLE color: 6445304.

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

Color convert

RGB 248 88 98 -
CMYK 0 0.65 0.60 0.03
HSL 356.25º 0.92% 0.66% -
HSV(B) 356.25º 0.65% 0.97% -
XYZ 44.41 27.82 14.58 -
YUV 136.98 106.01 207.19 -
System Red Green Blue C M Y K H S L
Decimal 248 88 98 0 0.65 0.60 0.03 356.25 0.92 0.66
Hex F8 58 62 0 41 3C 3 164 5C 42
Octal 370 130 142 0 101 74 3 544 134 102
Binary 11111000 1011000 1100010 0 1000001 111100 11 101100100 1011100 1000010

Color Harmonies of #F85862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85862

Black with #F85862

Text Example


Text Example

White with #F85862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85862; }

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

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

background-color css

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

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

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

border-color css

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

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

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