Html Css Color HEX #F86473 Wild Watermelon

📋 copy color: '#F86473'

red 248 ◦ green 100 ◦ blue 115

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

Shades of Wild Watermelon #F86473

Tints of Wild Watermelon #F86473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.6%

 BLUE value IS 115 (45.31% from 255) = 24.84%

R = 53.56%
G = 21.6%
B = 24.84%

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

#F86473 (or 0xF86473) is known color: Wild Watermelon. HEX triplet: F8, 64 and 73. RGB value is (248,100,115). Sum of RGB (Red+Green+Blue) = 248+100+115=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F86473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86473 is #079B8C. Grayscale: #929292. Windows color (decimal): -498573 or 7562488. OLE color: 7562488.

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

Color convert

RGB 248 100 115 -
CMYK 0 0.60 0.54 0.03
HSL 353.92º 0.91% 0.68% -
HSV(B) 353.92º 0.6% 0.97% -
XYZ 46.36 30.31 19.63 -
YUV 145.96 110.53 200.78 -
System Red Green Blue C M Y K H S L
Decimal 248 100 115 0 0.60 0.54 0.03 353.92 0.91 0.68
Hex F8 64 73 0 3C 36 3 162 5B 44
Octal 370 144 163 0 74 66 3 542 133 104
Binary 11111000 1100100 1110011 0 111100 110110 11 101100010 1011011 1000100

Color Harmonies of #F86473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86473

Black with #F86473

Text Example


Text Example

White with #F86473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86473; }

 p { color: rgb(248,100,115); }

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

background-color css

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

 a { background-color: rgb(248,100,115); }

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

border-color css

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

 span { border-color: rgb(248,100,115); }

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