Html Css Color HEX #F86463 Bittersweet

📋 copy color: '#F86463'

red 248 ◦ green 100 ◦ blue 99

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

Shades of Bittersweet #F86463

Tints of Bittersweet #F86463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.37%

 BLUE value IS 99 (39.06% from 255) = 22.15%

R = 55.48%
G = 22.37%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F86463 (or 0xF86463) is known color: Bittersweet. HEX triplet: F8, 64 and 63. RGB value is (248,100,99). Sum of RGB (Red+Green+Blue) = 248+100+99=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F86463 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86463 is #079B9C. Grayscale: #909090. Windows color (decimal): -498589 or 6513912. OLE color: 6513912.

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

Color convert

RGB 248 100 99 -
CMYK 0 0.60 0.60 0.03
HSL 0.4º 0.91% 0.68% -
HSV(B) 0.4º 0.6% 0.97% -
XYZ 45.52 29.97 15.19 -
YUV 144.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 248 100 99 0 0.60 0.60 0.03 0.4 0.91 0.68
Hex F8 64 63 0 3C 3C 3 0 5B 44
Octal 370 144 143 0 74 74 3 0 133 104
Binary 11111000 1100100 1100011 0 111100 111100 11 0 1011011 1000100

Color Harmonies of #F86463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86463

Black with #F86463

Text Example


Text Example

White with #F86463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86463; }

 p { color: rgb(248,100,99); }

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

background-color css

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

 a { background-color: rgb(248,100,99); }

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

border-color css

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

 span { border-color: rgb(248,100,99); }

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