Html Css Color HEX #F85667 Wild Watermelon

📋 copy color: '#F85667'

red 248 ◦ green 86 ◦ blue 103

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

Shades of Wild Watermelon #F85667

Tints of Wild Watermelon #F85667

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.68%

 BLUE value IS 103 (40.63% from 255) = 23.57%

R = 56.75%
G = 19.68%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F85667 (or 0xF85667) is known color: Wild Watermelon. HEX triplet: F8, 56 and 67. RGB value is (248,86,103). Sum of RGB (Red+Green+Blue) = 248+86+103=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F85667 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85667 is #07A998. Grayscale: #888888. Windows color (decimal): -502169 or 6772472. OLE color: 6772472.

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

Color convert

RGB 248 86 103 -
CMYK 0 0.65 0.58 0.03
HSL 353.7º 0.92% 0.65% -
HSV(B) 353.7º 0.65% 0.97% -
XYZ 44.49 27.59 15.81 -
YUV 136.38 109.17 207.62 -
System Red Green Blue C M Y K H S L
Decimal 248 86 103 0 0.65 0.58 0.03 353.7 0.92 0.65
Hex F8 56 67 0 41 3A 3 162 5C 41
Octal 370 126 147 0 101 72 3 542 134 101
Binary 11111000 1010110 1100111 0 1000001 111010 11 101100010 1011100 1000001

Color Harmonies of #F85667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85667

Black with #F85667

Text Example


Text Example

White with #F85667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85667; }

 p { color: rgb(248,86,103); }

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

background-color css

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

 a { background-color: rgb(248,86,103); }

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

border-color css

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

 span { border-color: rgb(248,86,103); }

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