Html Css Color HEX #F85B6E Wild Watermelon

📋 copy color: '#F85B6E'

red 248 ◦ green 91 ◦ blue 110

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

Shades of Wild Watermelon #F85B6E

Tints of Wild Watermelon #F85B6E

RGB

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

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

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

R = 55.23%
G = 20.27%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F85B6E (or 0xF85B6E) is known color: Wild Watermelon. HEX triplet: F8, 5B and 6E. RGB value is (248,91,110). Sum of RGB (Red+Green+Blue) = 248+91+110=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85B6E is #07A491. Grayscale: #8C8C8C. Windows color (decimal): -500882 or 7232504. OLE color: 7232504.

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

Color convert

RGB 248 91 110 -
CMYK 0 0.63 0.56 0.03
HSL 352.74º 0.92% 0.66% -
HSV(B) 352.74º 0.63% 0.97% -
XYZ 45.27 28.56 17.88 -
YUV 140.11 111.01 204.96 -
System Red Green Blue C M Y K H S L
Decimal 248 91 110 0 0.63 0.56 0.03 352.74 0.92 0.66
Hex F8 5B 6E 0 3F 38 3 161 5C 42
Octal 370 133 156 0 77 70 3 541 134 102
Binary 11111000 1011011 1101110 0 111111 111000 11 101100001 1011100 1000010

Color Harmonies of #F85B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85B6E

Black with #F85B6E

Text Example


Text Example

White with #F85B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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