Html Css Color HEX #F85876 Wild Watermelon

📋 copy color: '#F85876'

red 248 ◦ green 88 ◦ blue 118

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

Shades of Wild Watermelon #F85876

Tints of Wild Watermelon #F85876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.99%

R = 54.63%
G = 19.38%
B = 25.99%

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

#F85876 (or 0xF85876) is known color: Wild Watermelon. HEX triplet: F8, 58 and 76. RGB value is (248,88,118). Sum of RGB (Red+Green+Blue) = 248+88+118=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F85876 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85876 is #07A789. Grayscale: #8B8B8B. Windows color (decimal): -501642 or 7756024. OLE color: 7756024.

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

Color convert

RGB 248 88 118 -
CMYK 0 0.65 0.52 0.03
HSL 348.75º 0.92% 0.66% -
HSV(B) 348.75º 0.65% 0.97% -
XYZ 45.47 28.24 20.19 -
YUV 139.26 116.01 205.56 -
System Red Green Blue C M Y K H S L
Decimal 248 88 118 0 0.65 0.52 0.03 348.75 0.92 0.66
Hex F8 58 76 0 41 34 3 15D 5C 42
Octal 370 130 166 0 101 64 3 535 134 102
Binary 11111000 1011000 1110110 0 1000001 110100 11 101011101 1011100 1000010

Color Harmonies of #F85876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85876

Black with #F85876

Text Example


Text Example

White with #F85876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85876; }

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

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

background-color css

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

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

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

border-color css

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

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

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