Html Css Color HEX #F86372 Wild Watermelon

📋 copy color: '#F86372'

red 248 ◦ green 99 ◦ blue 114

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

Shades of Wild Watermelon #F86372

Tints of Wild Watermelon #F86372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.48%

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

R = 53.8%
G = 21.48%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F86372 (or 0xF86372) is known color: Wild Watermelon. HEX triplet: F8, 63 and 72. RGB value is (248,99,114). Sum of RGB (Red+Green+Blue) = 248+99+114=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F86372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86372 is #079C8D. Grayscale: #919191. Windows color (decimal): -498830 or 7496696. OLE color: 7496696.

HSL color Cylindrical-coordinate representation of color #F86372: hue angle of 353.96º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F86372 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 99 114 -
CMYK 0 0.60 0.54 0.03
HSL 353.96º 0.91% 0.68% -
HSV(B) 353.96º 0.6% 0.97% -
XYZ 46.21 30.1 19.29 -
YUV 145.26 110.36 201.28 -
System Red Green Blue C M Y K H S L
Decimal 248 99 114 0 0.60 0.54 0.03 353.96 0.91 0.68
Hex F8 63 72 0 3C 36 3 162 5B 44
Octal 370 143 162 0 74 66 3 542 133 104
Binary 11111000 1100011 1110010 0 111100 110110 11 101100010 1011011 1000100

Color Harmonies of #F86372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86372

Black with #F86372

Text Example


Text Example

White with #F86372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86372; }

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

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

background-color css

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

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

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

border-color css

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

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

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