Html Css Color HEX #F85472 Wild Watermelon

📋 copy color: '#F85472'

red 248 ◦ green 84 ◦ blue 114

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

Shades of Wild Watermelon #F85472

Tints of Wild Watermelon #F85472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.83%

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

R = 55.61%
G = 18.83%
B = 25.56%

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

#F85472 (or 0xF85472) is known color: Wild Watermelon. HEX triplet: F8, 54 and 72. RGB value is (248,84,114). Sum of RGB (Red+Green+Blue) = 248+84+114=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F85472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85472 is #07AB8D. Grayscale: #888888. Windows color (decimal): -502670 or 7492856. OLE color: 7492856.

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

Color convert

RGB 248 84 114 -
CMYK 0 0.66 0.54 0.03
HSL 349.02º 0.92% 0.65% -
HSV(B) 349.02º 0.66% 0.97% -
XYZ 44.92 27.51 18.86 -
YUV 136.46 115.33 207.56 -
System Red Green Blue C M Y K H S L
Decimal 248 84 114 0 0.66 0.54 0.03 349.02 0.92 0.65
Hex F8 54 72 0 42 36 3 15D 5C 41
Octal 370 124 162 0 102 66 3 535 134 101
Binary 11111000 1010100 1110010 0 1000010 110110 11 101011101 1011100 1000001

Color Harmonies of #F85472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85472

Black with #F85472

Text Example


Text Example

White with #F85472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85472; }

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

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

background-color css

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

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

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

border-color css

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

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

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