Html Css Color HEX #F86064 Wild Watermelon

📋 copy color: '#F86064'

red 248 ◦ green 96 ◦ blue 100

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

Shades of Wild Watermelon #F86064

Tints of Wild Watermelon #F86064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.52%

R = 55.86%
G = 21.62%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F86064 (or 0xF86064) is known color: Wild Watermelon. HEX triplet: F8, 60 and 64. RGB value is (248,96,100). Sum of RGB (Red+Green+Blue) = 248+96+100=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F86064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86064 is #079F9B. Grayscale: #8E8E8E. Windows color (decimal): -499612 or 6578424. OLE color: 6578424.

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

Color convert

RGB 248 96 100 -
CMYK 0 0.61 0.60 0.03
HSL 358.42º 0.92% 0.67% -
HSV(B) 358.42º 0.61% 0.97% -
XYZ 45.19 29.24 15.32 -
YUV 141.9 104.36 203.67 -
System Red Green Blue C M Y K H S L
Decimal 248 96 100 0 0.61 0.60 0.03 358.42 0.92 0.67
Hex F8 60 64 0 3D 3C 3 166 5C 43
Octal 370 140 144 0 75 74 3 546 134 103
Binary 11111000 1100000 1100100 0 111101 111100 11 101100110 1011100 1000011

Color Harmonies of #F86064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86064

Black with #F86064

Text Example


Text Example

White with #F86064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86064; }

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

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

background-color css

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

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

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

border-color css

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

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

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