Html Css Color HEX #F85564 Wild Watermelon

📋 copy color: '#F85564'

red 248 ◦ green 85 ◦ blue 100

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

Shades of Wild Watermelon #F85564

Tints of Wild Watermelon #F85564

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.63%

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

R = 57.27%
G = 19.63%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F85564 (or 0xF85564) is known color: Wild Watermelon. HEX triplet: F8, 55 and 64. RGB value is (248,85,100). Sum of RGB (Red+Green+Blue) = 248+85+100=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F85564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85564 is #07AA9B. Grayscale: #878787. Windows color (decimal): -502428 or 6575608. OLE color: 6575608.

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

Color convert

RGB 248 85 100 -
CMYK 0 0.66 0.60 0.03
HSL 354.48º 0.92% 0.65% -
HSV(B) 354.48º 0.66% 0.97% -
XYZ 44.26 27.37 15.01 -
YUV 135.45 108 208.28 -
System Red Green Blue C M Y K H S L
Decimal 248 85 100 0 0.66 0.60 0.03 354.48 0.92 0.65
Hex F8 55 64 0 42 3C 3 162 5C 41
Octal 370 125 144 0 102 74 3 542 134 101
Binary 11111000 1010101 1100100 0 1000010 111100 11 101100010 1011100 1000001

Color Harmonies of #F85564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85564

Black with #F85564

Text Example


Text Example

White with #F85564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85564; }

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

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

background-color css

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

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

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

border-color css

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

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

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