Html Css Color HEX #F85967 Wild Watermelon

📋 copy color: '#F85967'

red 248 ◦ green 89 ◦ blue 103

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

Shades of Wild Watermelon #F85967

Tints of Wild Watermelon #F85967

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.23%

 BLUE value IS 103 (40.63% from 255) = 23.41%

R = 56.36%
G = 20.23%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F85967 (or 0xF85967) is known color: Wild Watermelon. HEX triplet: F8, 59 and 67. RGB value is (248,89,103). Sum of RGB (Red+Green+Blue) = 248+89+103=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F85967 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85967 is #07A698. Grayscale: #8A8A8A. Windows color (decimal): -501401 or 6773240. OLE color: 6773240.

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

Color convert

RGB 248 89 103 -
CMYK 0 0.64 0.58 0.03
HSL 354.72º 0.92% 0.66% -
HSV(B) 354.72º 0.64% 0.97% -
XYZ 44.73 28.08 15.89 -
YUV 138.14 108.18 206.36 -
System Red Green Blue C M Y K H S L
Decimal 248 89 103 0 0.64 0.58 0.03 354.72 0.92 0.66
Hex F8 59 67 0 40 3A 3 163 5C 42
Octal 370 131 147 0 100 72 3 543 134 102
Binary 11111000 1011001 1100111 0 1000000 111010 11 101100011 1011100 1000010

Color Harmonies of #F85967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85967

Black with #F85967

Text Example


Text Example

White with #F85967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85967; }

 p { color: rgb(248,89,103); }

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

background-color css

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

 a { background-color: rgb(248,89,103); }

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

border-color css

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

 span { border-color: rgb(248,89,103); }

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