Html Css Color HEX #F85B5E Wild Watermelon

📋 copy color: '#F85B5E'

red 248 ◦ green 91 ◦ blue 94

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

Shades of Wild Watermelon #F85B5E

Tints of Wild Watermelon #F85B5E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.02%

 BLUE value IS 94 (37.11% from 255) = 21.71%

R = 57.27%
G = 21.02%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F85B5E (or 0xF85B5E) is known color: Wild Watermelon. HEX triplet: F8, 5B and 5E. RGB value is (248,91,94). Sum of RGB (Red+Green+Blue) = 248+91+94=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85B5E is #07A4A1. Grayscale: #8A8A8A. Windows color (decimal): -500898 or 6183928. OLE color: 6183928.

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

Color convert

RGB 248 91 94 -
CMYK 0 0.63 0.62 0.03
HSL 358.85º 0.92% 0.66% -
HSV(B) 358.85º 0.63% 0.97% -
XYZ 44.47 28.25 13.7 -
YUV 138.29 103.01 206.26 -
System Red Green Blue C M Y K H S L
Decimal 248 91 94 0 0.63 0.62 0.03 358.85 0.92 0.66
Hex F8 5B 5E 0 3F 3E 3 167 5C 42
Octal 370 133 136 0 77 76 3 547 134 102
Binary 11111000 1011011 1011110 0 111111 111110 11 101100111 1011100 1000010

Color Harmonies of #F85B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85B5E

Black with #F85B5E

Text Example


Text Example

White with #F85B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85B5E; }

 p { color: rgb(248,91,94); }

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

background-color css

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

 a { background-color: rgb(248,91,94); }

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

border-color css

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

 span { border-color: rgb(248,91,94); }

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