Html Css Color HEX #F86268 Wild Watermelon

📋 copy color: '#F86268'

red 248 ◦ green 98 ◦ blue 104

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

Shades of Wild Watermelon #F86268

Tints of Wild Watermelon #F86268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.11%

R = 55.11%
G = 21.78%
B = 23.11%

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

#F86268 (or 0xF86268) is known color: Wild Watermelon. HEX triplet: F8, 62 and 68. RGB value is (248,98,104). Sum of RGB (Red+Green+Blue) = 248+98+104=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F86268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86268 is #079D97. Grayscale: #8F8F8F. Windows color (decimal): -499096 or 6841080. OLE color: 6841080.

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

Color convert

RGB 248 98 104 -
CMYK 0 0.60 0.58 0.03
HSL 357.6º 0.91% 0.68% -
HSV(B) 357.6º 0.6% 0.97% -
XYZ 45.58 29.69 16.43 -
YUV 143.53 105.7 202.51 -
System Red Green Blue C M Y K H S L
Decimal 248 98 104 0 0.60 0.58 0.03 357.6 0.91 0.68
Hex F8 62 68 0 3C 3A 3 166 5B 44
Octal 370 142 150 0 74 72 3 546 133 104
Binary 11111000 1100010 1101000 0 111100 111010 11 101100110 1011011 1000100

Color Harmonies of #F86268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86268

Black with #F86268

Text Example


Text Example

White with #F86268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86268; }

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

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

background-color css

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

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

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

border-color css

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

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

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