Html Css Color HEX #F85867 Wild Watermelon

📋 copy color: '#F85867'

red 248 ◦ green 88 ◦ blue 103

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

Shades of Wild Watermelon #F85867

Tints of Wild Watermelon #F85867

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.05%

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

R = 56.49%
G = 20.05%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F85867 (or 0xF85867) is known color: Wild Watermelon. HEX triplet: F8, 58 and 67. RGB value is (248,88,103). Sum of RGB (Red+Green+Blue) = 248+88+103=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F85867 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85867 is #07A798. Grayscale: #898989. Windows color (decimal): -501657 or 6772984. OLE color: 6772984.

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

Color convert

RGB 248 88 103 -
CMYK 0 0.65 0.58 0.03
HSL 354.38º 0.92% 0.66% -
HSV(B) 354.38º 0.65% 0.97% -
XYZ 44.65 27.92 15.87 -
YUV 137.55 108.51 206.78 -
System Red Green Blue C M Y K H S L
Decimal 248 88 103 0 0.65 0.58 0.03 354.38 0.92 0.66
Hex F8 58 67 0 41 3A 3 162 5C 42
Octal 370 130 147 0 101 72 3 542 134 102
Binary 11111000 1011000 1100111 0 1000001 111010 11 101100010 1011100 1000010

Color Harmonies of #F85867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85867

Black with #F85867

Text Example


Text Example

White with #F85867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85867; }

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

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

background-color css

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

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

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

border-color css

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

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

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