Html Css Color HEX #F85872 Wild Watermelon

📋 copy color: '#F85872'

red 248 ◦ green 88 ◦ blue 114

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

Shades of Wild Watermelon #F85872

Tints of Wild Watermelon #F85872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.33%

R = 55.11%
G = 19.56%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F85872 (or 0xF85872) is known color: Wild Watermelon. HEX triplet: F8, 58 and 72. RGB value is (248,88,114). Sum of RGB (Red+Green+Blue) = 248+88+114=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F85872 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85872 is #07A78D. Grayscale: #8A8A8A. Windows color (decimal): -501646 or 7493880. OLE color: 7493880.

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

Color convert

RGB 248 88 114 -
CMYK 0 0.65 0.54 0.03
HSL 350.25º 0.92% 0.66% -
HSV(B) 350.25º 0.65% 0.97% -
XYZ 45.24 28.15 18.97 -
YUV 138.8 114.01 205.89 -
System Red Green Blue C M Y K H S L
Decimal 248 88 114 0 0.65 0.54 0.03 350.25 0.92 0.66
Hex F8 58 72 0 41 36 3 15E 5C 42
Octal 370 130 162 0 101 66 3 536 134 102
Binary 11111000 1011000 1110010 0 1000001 110110 11 101011110 1011100 1000010

Color Harmonies of #F85872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85872

Black with #F85872

Text Example


Text Example

White with #F85872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85872; }

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

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

background-color css

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

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

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

border-color css

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

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

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