Html Css Color HEX #F86076 Wild Watermelon

📋 copy color: '#F86076'

red 248 ◦ green 96 ◦ blue 118

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

Shades of Wild Watermelon #F86076

Tints of Wild Watermelon #F86076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.78%

 BLUE value IS 118 (46.48% from 255) = 25.54%

R = 53.68%
G = 20.78%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F86076 (or 0xF86076) is known color: Wild Watermelon. HEX triplet: F8, 60 and 76. RGB value is (248,96,118). Sum of RGB (Red+Green+Blue) = 248+96+118=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F86076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86076 is #079F89. Grayscale: #909090. Windows color (decimal): -499594 or 7758072. OLE color: 7758072.

HSL color Cylindrical-coordinate representation of color #F86076: hue angle of 351.32º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F86076 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 96 118 -
CMYK 0 0.61 0.52 0.03
HSL 351.32º 0.92% 0.67% -
HSV(B) 351.32º 0.61% 0.97% -
XYZ 46.16 29.63 20.43 -
YUV 143.96 113.36 202.21 -
System Red Green Blue C M Y K H S L
Decimal 248 96 118 0 0.61 0.52 0.03 351.32 0.92 0.67
Hex F8 60 76 0 3D 34 3 15F 5C 43
Octal 370 140 166 0 75 64 3 537 134 103
Binary 11111000 1100000 1110110 0 111101 110100 11 101011111 1011100 1000011

Color Harmonies of #F86076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86076

Black with #F86076

Text Example


Text Example

White with #F86076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86076; }

 p { color: rgb(248,96,118); }

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

background-color css

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

 a { background-color: rgb(248,96,118); }

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

border-color css

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

 span { border-color: rgb(248,96,118); }

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