Html Css Color HEX #F85572 Wild Watermelon

📋 copy color: '#F85572'

red 248 ◦ green 85 ◦ blue 114

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

Shades of Wild Watermelon #F85572

Tints of Wild Watermelon #F85572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.02%

 BLUE value IS 114 (44.92% from 255) = 25.5%

R = 55.48%
G = 19.02%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F85572 (or 0xF85572) is known color: Wild Watermelon. HEX triplet: F8, 55 and 72. RGB value is (248,85,114). Sum of RGB (Red+Green+Blue) = 248+85+114=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F85572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85572 is #07AA8D. Grayscale: #898989. Windows color (decimal): -502414 or 7493112. OLE color: 7493112.

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

Color convert

RGB 248 85 114 -
CMYK 0 0.66 0.54 0.03
HSL 349.33º 0.92% 0.65% -
HSV(B) 349.33º 0.66% 0.97% -
XYZ 45 27.67 18.89 -
YUV 137.04 115 207.14 -
System Red Green Blue C M Y K H S L
Decimal 248 85 114 0 0.66 0.54 0.03 349.33 0.92 0.65
Hex F8 55 72 0 42 36 3 15D 5C 41
Octal 370 125 162 0 102 66 3 535 134 101
Binary 11111000 1010101 1110010 0 1000010 110110 11 101011101 1011100 1000001

Color Harmonies of #F85572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85572

Black with #F85572

Text Example


Text Example

White with #F85572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85572; }

 p { color: rgb(248,85,114); }

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

background-color css

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

 a { background-color: rgb(248,85,114); }

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

border-color css

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

 span { border-color: rgb(248,85,114); }

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