Html Css Color HEX #F86267 Wild Watermelon

📋 copy color: '#F86267'

red 248 ◦ green 98 ◦ blue 103

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

Shades of Wild Watermelon #F86267

Tints of Wild Watermelon #F86267

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.83%

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

R = 55.23%
G = 21.83%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F86267 (or 0xF86267) is known color: Wild Watermelon. HEX triplet: F8, 62 and 67. RGB value is (248,98,103). Sum of RGB (Red+Green+Blue) = 248+98+103=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F86267 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86267 is #079D98. Grayscale: #8F8F8F. Windows color (decimal): -499097 or 6775544. OLE color: 6775544.

HSL color Cylindrical-coordinate representation of color #F86267: hue angle of 358º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F86267 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 98 103 -
CMYK 0 0.60 0.58 0.03
HSL 358º 0.91% 0.68% -
HSV(B) 358º 0.6% 0.97% -
XYZ 45.53 29.67 16.16 -
YUV 143.42 105.2 202.59 -
System Red Green Blue C M Y K H S L
Decimal 248 98 103 0 0.60 0.58 0.03 358 0.91 0.68
Hex F8 62 67 0 3C 3A 3 166 5B 44
Octal 370 142 147 0 74 72 3 546 133 104
Binary 11111000 1100010 1100111 0 111100 111010 11 101100110 1011011 1000100

Color Harmonies of #F86267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86267

Black with #F86267

Text Example


Text Example

White with #F86267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86267; }

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

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

background-color css

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

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

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

border-color css

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

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

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