Html Css Color HEX #F85E6E Wild Watermelon

📋 copy color: '#F85E6E'

red 248 ◦ green 94 ◦ blue 110

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

Shades of Wild Watermelon #F85E6E

Tints of Wild Watermelon #F85E6E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.8%

 BLUE value IS 110 (43.36% from 255) = 24.34%

R = 54.87%
G = 20.8%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F85E6E (or 0xF85E6E) is known color: Wild Watermelon. HEX triplet: F8, 5E and 6E. RGB value is (248,94,110). Sum of RGB (Red+Green+Blue) = 248+94+110=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85E6E is #07A191. Grayscale: #8D8D8D. Windows color (decimal): -500114 or 7233272. OLE color: 7233272.

HSL color Cylindrical-coordinate representation of color #F85E6E: hue angle of 353.77º 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 #F85E6E is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 94 110 -
CMYK 0 0.62 0.56 0.03
HSL 353.77º 0.92% 0.67% -
HSV(B) 353.77º 0.62% 0.97% -
XYZ 45.53 29.09 17.97 -
YUV 141.87 110.02 203.7 -
System Red Green Blue C M Y K H S L
Decimal 248 94 110 0 0.62 0.56 0.03 353.77 0.92 0.67
Hex F8 5E 6E 0 3E 38 3 162 5C 43
Octal 370 136 156 0 76 70 3 542 134 103
Binary 11111000 1011110 1101110 0 111110 111000 11 101100010 1011100 1000011

Color Harmonies of #F85E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85E6E

Black with #F85E6E

Text Example


Text Example

White with #F85E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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