Html Css Color HEX #F85870 Wild Watermelon

📋 copy color: '#F85870'

red 248 ◦ green 88 ◦ blue 112

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

Shades of Wild Watermelon #F85870

Tints of Wild Watermelon #F85870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25%

R = 55.36%
G = 19.64%
B = 25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F85870 (or 0xF85870) is known color: Wild Watermelon. HEX triplet: F8, 58 and 70. RGB value is (248,88,112). Sum of RGB (Red+Green+Blue) = 248+88+112=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F85870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85870 is #07A78F. Grayscale: #8A8A8A. Windows color (decimal): -501648 or 7362808. OLE color: 7362808.

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

Color convert

RGB 248 88 112 -
CMYK 0 0.65 0.55 0.03
HSL 351º 0.92% 0.66% -
HSV(B) 351º 0.65% 0.97% -
XYZ 45.13 28.11 18.38 -
YUV 138.58 113.01 206.05 -
System Red Green Blue C M Y K H S L
Decimal 248 88 112 0 0.65 0.55 0.03 351 0.92 0.66
Hex F8 58 70 0 41 37 3 15F 5C 42
Octal 370 130 160 0 101 67 3 537 134 102
Binary 11111000 1011000 1110000 0 1000001 110111 11 101011111 1011100 1000010

Color Harmonies of #F85870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85870

Black with #F85870

Text Example


Text Example

White with #F85870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85870; }

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

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

background-color css

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

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

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

border-color css

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

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

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