Html Css Color HEX #F86670 Wild Watermelon

📋 copy color: '#F86670'

red 248 ◦ green 102 ◦ blue 112

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

Shades of Wild Watermelon #F86670

Tints of Wild Watermelon #F86670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.08%

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

R = 53.68%
G = 22.08%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F86670 (or 0xF86670) is known color: Wild Watermelon. HEX triplet: F8, 66 and 70. RGB value is (248,102,112). Sum of RGB (Red+Green+Blue) = 248+102+112=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F86670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86670 is #07998F. Grayscale: #929292. Windows color (decimal): -498064 or 7366392. OLE color: 7366392.

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

Color convert

RGB 248 102 112 -
CMYK 0 0.59 0.55 0.03
HSL 355.89º 0.91% 0.69% -
HSV(B) 355.89º 0.59% 0.97% -
XYZ 46.39 30.63 18.8 -
YUV 146.79 108.37 200.19 -
System Red Green Blue C M Y K H S L
Decimal 248 102 112 0 0.59 0.55 0.03 355.89 0.91 0.69
Hex F8 66 70 0 3B 37 3 164 5B 45
Octal 370 146 160 0 73 67 3 544 133 105
Binary 11111000 1100110 1110000 0 111011 110111 11 101100100 1011011 1000101

Color Harmonies of #F86670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86670

Black with #F86670

Text Example


Text Example

White with #F86670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86670; }

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

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

background-color css

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

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

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

border-color css

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

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

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