Html Css Color HEX #F86175 Wild Watermelon

📋 copy color: '#F86175'

red 248 ◦ green 97 ◦ blue 117

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

Shades of Wild Watermelon #F86175

Tints of Wild Watermelon #F86175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21%

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

R = 53.68%
G = 21%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F86175 (or 0xF86175) is known color: Wild Watermelon. HEX triplet: F8, 61 and 75. RGB value is (248,97,117). Sum of RGB (Red+Green+Blue) = 248+97+117=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F86175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86175 is #079E8A. Grayscale: #909090. Windows color (decimal): -499339 or 7692792. OLE color: 7692792.

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

Color convert

RGB 248 97 117 -
CMYK 0 0.61 0.53 0.03
HSL 352.05º 0.92% 0.68% -
HSV(B) 352.05º 0.61% 0.97% -
XYZ 46.2 29.79 20.14 -
YUV 144.43 112.53 201.87 -
System Red Green Blue C M Y K H S L
Decimal 248 97 117 0 0.61 0.53 0.03 352.05 0.92 0.68
Hex F8 61 75 0 3D 35 3 160 5C 44
Octal 370 141 165 0 75 65 3 540 134 104
Binary 11111000 1100001 1110101 0 111101 110101 11 101100000 1011100 1000100

Color Harmonies of #F86175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86175

Black with #F86175

Text Example


Text Example

White with #F86175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86175; }

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

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

background-color css

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

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

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

border-color css

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

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

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