Html Css Color HEX #F85669 Wild Watermelon

📋 copy color: '#F85669'

red 248 ◦ green 86 ◦ blue 105

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

Shades of Wild Watermelon #F85669

Tints of Wild Watermelon #F85669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.92%

R = 56.49%
G = 19.59%
B = 23.92%

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

#F85669 (or 0xF85669) is known color: Wild Watermelon. HEX triplet: F8, 56 and 69. RGB value is (248,86,105). Sum of RGB (Red+Green+Blue) = 248+86+105=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F85669 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85669 is #07A996. Grayscale: #888888. Windows color (decimal): -502167 or 6903544. OLE color: 6903544.

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

Color convert

RGB 248 86 105 -
CMYK 0 0.65 0.58 0.03
HSL 352.96º 0.92% 0.65% -
HSV(B) 352.96º 0.65% 0.97% -
XYZ 44.59 27.63 16.35 -
YUV 136.6 110.17 207.46 -
System Red Green Blue C M Y K H S L
Decimal 248 86 105 0 0.65 0.58 0.03 352.96 0.92 0.65
Hex F8 56 69 0 41 3A 3 161 5C 41
Octal 370 126 151 0 101 72 3 541 134 101
Binary 11111000 1010110 1101001 0 1000001 111010 11 101100001 1011100 1000001

Color Harmonies of #F85669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85669

Black with #F85669

Text Example


Text Example

White with #F85669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85669; }

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

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

background-color css

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

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

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

border-color css

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

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

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