Html Css Color HEX #F85D63 Wild Watermelon

📋 copy color: '#F85D63'

red 248 ◦ green 93 ◦ blue 99

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

Shades of Wild Watermelon #F85D63

Tints of Wild Watermelon #F85D63

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.14%

 BLUE value IS 99 (39.06% from 255) = 22.5%

R = 56.36%
G = 21.14%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F85D63 (or 0xF85D63) is known color: Wild Watermelon. HEX triplet: F8, 5D and 63. RGB value is (248,93,99). Sum of RGB (Red+Green+Blue) = 248+93+99=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85D63 is #07A29C. Grayscale: #8C8C8C. Windows color (decimal): -500381 or 6512120. OLE color: 6512120.

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

Color convert

RGB 248 93 99 -
CMYK 0 0.62 0.60 0.03
HSL 357.68º 0.92% 0.67% -
HSV(B) 357.68º 0.63% 0.97% -
XYZ 44.88 28.69 14.98 -
YUV 140.03 104.85 205.01 -
System Red Green Blue C M Y K H S L
Decimal 248 93 99 0 0.62 0.60 0.03 357.68 0.92 0.67
Hex F8 5D 63 0 3E 3C 3 166 5C 43
Octal 370 135 143 0 76 74 3 546 134 103
Binary 11111000 1011101 1100011 0 111110 111100 11 101100110 1011100 1000011

Color Harmonies of #F85D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85D63

Black with #F85D63

Text Example


Text Example

White with #F85D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85D63; }

 p { color: rgb(248,93,99); }

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

background-color css

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

 a { background-color: rgb(248,93,99); }

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

border-color css

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

 span { border-color: rgb(248,93,99); }

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