Html Css Color HEX #F85376 Wild Watermelon

📋 copy color: '#F85376'

red 248 ◦ green 83 ◦ blue 118

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

Shades of Wild Watermelon #F85376

Tints of Wild Watermelon #F85376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.49%

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

R = 55.23%
G = 18.49%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F85376 (or 0xF85376) is known color: Wild Watermelon. HEX triplet: F8, 53 and 76. RGB value is (248,83,118). Sum of RGB (Red+Green+Blue) = 248+83+118=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F85376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85376 is #07AC89. Grayscale: #888888. Windows color (decimal): -502922 or 7754744. OLE color: 7754744.

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

Color convert

RGB 248 83 118 -
CMYK 0 0.67 0.52 0.03
HSL 347.27º 0.92% 0.65% -
HSV(B) 347.27º 0.67% 0.97% -
XYZ 45.07 27.45 20.06 -
YUV 136.33 117.66 207.65 -
System Red Green Blue C M Y K H S L
Decimal 248 83 118 0 0.67 0.52 0.03 347.27 0.92 0.65
Hex F8 53 76 0 43 34 3 15B 5C 41
Octal 370 123 166 0 103 64 3 533 134 101
Binary 11111000 1010011 1110110 0 1000011 110100 11 101011011 1011100 1000001

Color Harmonies of #F85376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85376

Black with #F85376

Text Example


Text Example

White with #F85376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85376; }

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

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

background-color css

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

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

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

border-color css

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

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

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