Html Css Color HEX #F85969 Wild Watermelon

📋 copy color: '#F85969'

red 248 ◦ green 89 ◦ blue 105

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

Shades of Wild Watermelon #F85969

Tints of Wild Watermelon #F85969

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.14%

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

R = 56.11%
G = 20.14%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F85969 (or 0xF85969) is known color: Wild Watermelon. HEX triplet: F8, 59 and 69. RGB value is (248,89,105). Sum of RGB (Red+Green+Blue) = 248+89+105=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F85969 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85969 is #07A696. Grayscale: #8A8A8A. Windows color (decimal): -501399 or 6904312. OLE color: 6904312.

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

Color convert

RGB 248 89 105 -
CMYK 0 0.64 0.58 0.03
HSL 353.96º 0.92% 0.66% -
HSV(B) 353.96º 0.64% 0.97% -
XYZ 44.83 28.12 16.43 -
YUV 138.37 109.18 206.2 -
System Red Green Blue C M Y K H S L
Decimal 248 89 105 0 0.64 0.58 0.03 353.96 0.92 0.66
Hex F8 59 69 0 40 3A 3 162 5C 42
Octal 370 131 151 0 100 72 3 542 134 102
Binary 11111000 1011001 1101001 0 1000000 111010 11 101100010 1011100 1000010

Color Harmonies of #F85969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85969

Black with #F85969

Text Example


Text Example

White with #F85969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85969; }

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

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

background-color css

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

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

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

border-color css

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

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

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