Html Css Color HEX #F85279 Wild Watermelon

📋 copy color: '#F85279'

red 248 ◦ green 82 ◦ blue 121

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

Shades of Wild Watermelon #F85279

Tints of Wild Watermelon #F85279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.18%

 BLUE value IS 121 (47.66% from 255) = 26.83%

R = 54.99%
G = 18.18%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F85279 (or 0xF85279) is known color: Wild Watermelon. HEX triplet: F8, 52 and 79. RGB value is (248,82,121). Sum of RGB (Red+Green+Blue) = 248+82+121=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F85279 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85279 is #07AD86. Grayscale: #888888. Windows color (decimal): -503175 or 7951096. OLE color: 7951096.

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

Color convert

RGB 248 82 121 -
CMYK 0 0.67 0.51 0.03
HSL 345.9º 0.92% 0.65% -
HSV(B) 345.9º 0.67% 0.97% -
XYZ 45.18 27.37 20.99 -
YUV 136.08 119.5 207.83 -
System Red Green Blue C M Y K H S L
Decimal 248 82 121 0 0.67 0.51 0.03 345.9 0.92 0.65
Hex F8 52 79 0 43 33 3 15A 5C 41
Octal 370 122 171 0 103 63 3 532 134 101
Binary 11111000 1010010 1111001 0 1000011 110011 11 101011010 1011100 1000001

Color Harmonies of #F85279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85279

Black with #F85279

Text Example


Text Example

White with #F85279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85279; }

 p { color: rgb(248,82,121); }

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

background-color css

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

 a { background-color: rgb(248,82,121); }

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

border-color css

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

 span { border-color: rgb(248,82,121); }

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