Html Css Color HEX #F85978 Wild Watermelon

📋 copy color: '#F85978'

red 248 ◦ green 89 ◦ blue 120

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

Shades of Wild Watermelon #F85978

Tints of Wild Watermelon #F85978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.47%

 BLUE value IS 120 (47.27% from 255) = 26.26%

R = 54.27%
G = 19.47%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F85978 (or 0xF85978) is known color: Wild Watermelon. HEX triplet: F8, 59 and 78. RGB value is (248,89,120). Sum of RGB (Red+Green+Blue) = 248+89+120=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F85978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85978 is #07A687. Grayscale: #8C8C8C. Windows color (decimal): -501384 or 7887352. OLE color: 7887352.

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

Color convert

RGB 248 89 120 -
CMYK 0 0.64 0.52 0.03
HSL 348.3º 0.92% 0.66% -
HSV(B) 348.3º 0.64% 0.97% -
XYZ 45.67 28.46 20.85 -
YUV 140.08 116.68 204.98 -
System Red Green Blue C M Y K H S L
Decimal 248 89 120 0 0.64 0.52 0.03 348.3 0.92 0.66
Hex F8 59 78 0 40 34 3 15C 5C 42
Octal 370 131 170 0 100 64 3 534 134 102
Binary 11111000 1011001 1111000 0 1000000 110100 11 101011100 1011100 1000010

Color Harmonies of #F85978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85978

Black with #F85978

Text Example


Text Example

White with #F85978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85978; }

 p { color: rgb(248,89,120); }

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

background-color css

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

 a { background-color: rgb(248,89,120); }

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

border-color css

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

 span { border-color: rgb(248,89,120); }

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