Html Css Color HEX #F86770 Wild Watermelon

📋 copy color: '#F86770'

red 248 ◦ green 103 ◦ blue 112

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

Shades of Wild Watermelon #F86770

Tints of Wild Watermelon #F86770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.25%

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

R = 53.56%
G = 22.25%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F86770 (or 0xF86770) is known color: Wild Watermelon. HEX triplet: F8, 67 and 70. RGB value is (248,103,112). Sum of RGB (Red+Green+Blue) = 248+103+112=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F86770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86770 is #07988F. Grayscale: #939393. Windows color (decimal): -497808 or 7366648. OLE color: 7366648.

HSL color Cylindrical-coordinate representation of color #F86770: hue angle of 356.28º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F86770 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 103 112 -
CMYK 0 0.58 0.55 0.03
HSL 356.28º 0.91% 0.69% -
HSV(B) 356.28º 0.58% 0.97% -
XYZ 46.49 30.83 18.83 -
YUV 147.38 108.04 199.77 -
System Red Green Blue C M Y K H S L
Decimal 248 103 112 0 0.58 0.55 0.03 356.28 0.91 0.69
Hex F8 67 70 0 3A 37 3 164 5B 45
Octal 370 147 160 0 72 67 3 544 133 105
Binary 11111000 1100111 1110000 0 111010 110111 11 101100100 1011011 1000101

Color Harmonies of #F86770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86770

Black with #F86770

Text Example


Text Example

White with #F86770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86770; }

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

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

background-color css

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

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

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

border-color css

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

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

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