Html Css Color HEX #F86370 Wild Watermelon

📋 copy color: '#F86370'

red 248 ◦ green 99 ◦ blue 112

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

Shades of Wild Watermelon #F86370

Tints of Wild Watermelon #F86370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.4%

R = 54.03%
G = 21.57%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F86370 (or 0xF86370) is known color: Wild Watermelon. HEX triplet: F8, 63 and 70. RGB value is (248,99,112). Sum of RGB (Red+Green+Blue) = 248+99+112=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F86370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86370 is #079C8F. Grayscale: #919191. Windows color (decimal): -498832 or 7365624. OLE color: 7365624.

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

Color convert

RGB 248 99 112 -
CMYK 0 0.60 0.55 0.03
HSL 354.77º 0.91% 0.68% -
HSV(B) 354.77º 0.6% 0.97% -
XYZ 46.1 30.05 18.7 -
YUV 145.03 109.36 201.44 -
System Red Green Blue C M Y K H S L
Decimal 248 99 112 0 0.60 0.55 0.03 354.77 0.91 0.68
Hex F8 63 70 0 3C 37 3 163 5B 44
Octal 370 143 160 0 74 67 3 543 133 104
Binary 11111000 1100011 1110000 0 111100 110111 11 101100011 1011011 1000100

Color Harmonies of #F86370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86370

Black with #F86370

Text Example


Text Example

White with #F86370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86370; }

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

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

background-color css

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

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

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

border-color css

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

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

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