Html Css Color HEX #F86870 Wild Watermelon

📋 copy color: '#F86870'

red 248 ◦ green 104 ◦ blue 112

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

Shades of Wild Watermelon #F86870

Tints of Wild Watermelon #F86870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.41%

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

R = 53.45%
G = 22.41%
B = 24.14%

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

#F86870 (or 0xF86870) is known color: Wild Watermelon. HEX triplet: F8, 68 and 70. RGB value is (248,104,112). Sum of RGB (Red+Green+Blue) = 248+104+112=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F86870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86870 is #07978F. Grayscale: #949494. Windows color (decimal): -497552 or 7366904. OLE color: 7366904.

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

Color convert

RGB 248 104 112 -
CMYK 0 0.58 0.55 0.03
HSL 356.67º 0.91% 0.69% -
HSV(B) 356.67º 0.58% 0.97% -
XYZ 46.59 31.03 18.86 -
YUV 147.97 107.71 199.35 -
System Red Green Blue C M Y K H S L
Decimal 248 104 112 0 0.58 0.55 0.03 356.67 0.91 0.69
Hex F8 68 70 0 3A 37 3 165 5B 45
Octal 370 150 160 0 72 67 3 545 133 105
Binary 11111000 1101000 1110000 0 111010 110111 11 101100101 1011011 1000101

Color Harmonies of #F86870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86870

Black with #F86870

Text Example


Text Example

White with #F86870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86870; }

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

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

background-color css

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

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

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

border-color css

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

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

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