Html Css Color HEX #F85558 Wild Watermelon

📋 copy color: '#F85558'

red 248 ◦ green 85 ◦ blue 88

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

Shades of Wild Watermelon #F85558

Tints of Wild Watermelon #F85558

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.19%

 BLUE value IS 88 (34.77% from 255) = 20.9%

R = 58.91%
G = 20.19%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F85558 (or 0xF85558) is known color: Wild Watermelon. HEX triplet: F8, 55 and 58. RGB value is (248,85,88). Sum of RGB (Red+Green+Blue) = 248+85+88=421 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.91% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 248 - color contains mainly: red. Hex color #F85558 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85558 is #07AAA7. Grayscale: #868686. Windows color (decimal): -502440 or 5789176. OLE color: 5789176.

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

Color convert

RGB 248 85 88 -
CMYK 0 0.66 0.65 0.03
HSL 358.9º 0.92% 0.65% -
HSV(B) 358.9º 0.66% 0.97% -
XYZ 43.72 27.16 12.17 -
YUV 134.08 102 209.26 -
System Red Green Blue C M Y K H S L
Decimal 248 85 88 0 0.66 0.65 0.03 358.9 0.92 0.65
Hex F8 55 58 0 42 41 3 167 5C 41
Octal 370 125 130 0 102 101 3 547 134 101
Binary 11111000 1010101 1011000 0 1000010 1000001 11 101100111 1011100 1000001

Color Harmonies of #F85558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85558

Black with #F85558

Text Example


Text Example

White with #F85558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85558; }

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

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

background-color css

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

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

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

border-color css

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

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

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