Html Css Color HEX #F86065 Wild Watermelon

📋 copy color: '#F86065'

red 248 ◦ green 96 ◦ blue 101

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

Shades of Wild Watermelon #F86065

Tints of Wild Watermelon #F86065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.7%

R = 55.73%
G = 21.57%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F86065 (or 0xF86065) is known color: Wild Watermelon. HEX triplet: F8, 60 and 65. RGB value is (248,96,101). Sum of RGB (Red+Green+Blue) = 248+96+101=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F86065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86065 is #079F9A. Grayscale: #8E8E8E. Windows color (decimal): -499611 or 6643960. OLE color: 6643960.

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

Color convert

RGB 248 96 101 -
CMYK 0 0.61 0.59 0.03
HSL 358.03º 0.92% 0.67% -
HSV(B) 358.03º 0.61% 0.97% -
XYZ 45.24 29.26 15.58 -
YUV 142.02 104.86 203.59 -
System Red Green Blue C M Y K H S L
Decimal 248 96 101 0 0.61 0.59 0.03 358.03 0.92 0.67
Hex F8 60 65 0 3D 3B 3 166 5C 43
Octal 370 140 145 0 75 73 3 546 134 103
Binary 11111000 1100000 1100101 0 111101 111011 11 101100110 1011100 1000011

Color Harmonies of #F86065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86065

Black with #F86065

Text Example


Text Example

White with #F86065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86065; }

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

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

background-color css

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

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

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

border-color css

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

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

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