Html Css Color HEX #F85878 Wild Watermelon

📋 copy color: '#F85878'

red 248 ◦ green 88 ◦ blue 120

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

Shades of Wild Watermelon #F85878

Tints of Wild Watermelon #F85878

RGB

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

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

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

R = 54.39%
G = 19.3%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F85878 (or 0xF85878) is known color: Wild Watermelon. HEX triplet: F8, 58 and 78. RGB value is (248,88,120). Sum of RGB (Red+Green+Blue) = 248+88+120=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F85878 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85878 is #07A787. Grayscale: #8B8B8B. Windows color (decimal): -501640 or 7887096. OLE color: 7887096.

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

Color convert

RGB 248 88 120 -
CMYK 0 0.65 0.52 0.03
HSL 348º 0.92% 0.66% -
HSV(B) 348º 0.65% 0.97% -
XYZ 45.59 28.29 20.83 -
YUV 139.49 117.01 205.4 -
System Red Green Blue C M Y K H S L
Decimal 248 88 120 0 0.65 0.52 0.03 348 0.92 0.66
Hex F8 58 78 0 41 34 3 15C 5C 42
Octal 370 130 170 0 101 64 3 534 134 102
Binary 11111000 1011000 1111000 0 1000001 110100 11 101011100 1011100 1000010

Color Harmonies of #F85878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85878

Black with #F85878

Text Example


Text Example

White with #F85878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85878; }

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

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

background-color css

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

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

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

border-color css

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

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

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