Html Css Color HEX #F85C63 Wild Watermelon

📋 copy color: '#F85C63'

red 248 ◦ green 92 ◦ blue 99

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

Shades of Wild Watermelon #F85C63

Tints of Wild Watermelon #F85C63

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.96%

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

R = 56.49%
G = 20.96%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F85C63 (or 0xF85C63) is known color: Wild Watermelon. HEX triplet: F8, 5C and 63. RGB value is (248,92,99). Sum of RGB (Red+Green+Blue) = 248+92+99=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85C63 is #07A39C. Grayscale: #8B8B8B. Windows color (decimal): -500637 or 6511864. OLE color: 6511864.

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

Color convert

RGB 248 92 99 -
CMYK 0 0.63 0.60 0.03
HSL 357.31º 0.92% 0.67% -
HSV(B) 357.31º 0.63% 0.97% -
XYZ 44.79 28.51 14.95 -
YUV 139.44 105.18 205.43 -
System Red Green Blue C M Y K H S L
Decimal 248 92 99 0 0.63 0.60 0.03 357.31 0.92 0.67
Hex F8 5C 63 0 3F 3C 3 165 5C 43
Octal 370 134 143 0 77 74 3 545 134 103
Binary 11111000 1011100 1100011 0 111111 111100 11 101100101 1011100 1000011

Color Harmonies of #F85C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85C63

Black with #F85C63

Text Example


Text Example

White with #F85C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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