Html Css Color HEX #F86476 Wild Watermelon

📋 copy color: '#F86476'

red 248 ◦ green 100 ◦ blue 118

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

Shades of Wild Watermelon #F86476

Tints of Wild Watermelon #F86476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.46%

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

R = 53.22%
G = 21.46%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F86476 (or 0xF86476) is known color: Wild Watermelon. HEX triplet: F8, 64 and 76. RGB value is (248,100,118). Sum of RGB (Red+Green+Blue) = 248+100+118=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F86476 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86476 is #079B89. Grayscale: #929292. Windows color (decimal): -498570 or 7759096. OLE color: 7759096.

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

Color convert

RGB 248 100 118 -
CMYK 0 0.60 0.52 0.03
HSL 352.7º 0.91% 0.68% -
HSV(B) 352.7º 0.6% 0.97% -
XYZ 46.54 30.38 20.55 -
YUV 146.3 112.03 200.54 -
System Red Green Blue C M Y K H S L
Decimal 248 100 118 0 0.60 0.52 0.03 352.7 0.91 0.68
Hex F8 64 76 0 3C 34 3 161 5B 44
Octal 370 144 166 0 74 64 3 541 133 104
Binary 11111000 1100100 1110110 0 111100 110100 11 101100001 1011011 1000100

Color Harmonies of #F86476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86476

Black with #F86476

Text Example


Text Example

White with #F86476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86476; }

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

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

background-color css

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

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

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

border-color css

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

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

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