Html Css Color HEX #F86475 Wild Watermelon

📋 copy color: '#F86475'

red 248 ◦ green 100 ◦ blue 117

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

Shades of Wild Watermelon #F86475

Tints of Wild Watermelon #F86475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.16%

R = 53.33%
G = 21.51%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F86475 (or 0xF86475) is known color: Wild Watermelon. HEX triplet: F8, 64 and 75. RGB value is (248,100,117). Sum of RGB (Red+Green+Blue) = 248+100+117=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F86475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86475 is #079B8A. Grayscale: #929292. Windows color (decimal): -498571 or 7693560. OLE color: 7693560.

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

Color convert

RGB 248 100 117 -
CMYK 0 0.60 0.53 0.03
HSL 353.11º 0.91% 0.68% -
HSV(B) 353.11º 0.6% 0.97% -
XYZ 46.48 30.36 20.24 -
YUV 146.19 111.53 200.62 -
System Red Green Blue C M Y K H S L
Decimal 248 100 117 0 0.60 0.53 0.03 353.11 0.91 0.68
Hex F8 64 75 0 3C 35 3 161 5B 44
Octal 370 144 165 0 74 65 3 541 133 104
Binary 11111000 1100100 1110101 0 111100 110101 11 101100001 1011011 1000100

Color Harmonies of #F86475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86475

Black with #F86475

Text Example


Text Example

White with #F86475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86475; }

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

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

background-color css

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

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

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

border-color css

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

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

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