Html Css Color HEX #F86261 Bittersweet

📋 copy color: '#F86261'

red 248 ◦ green 98 ◦ blue 97

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

Shades of Bittersweet #F86261

Tints of Bittersweet #F86261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.9%

R = 55.98%
G = 22.12%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F86261 (or 0xF86261) is known color: Bittersweet. HEX triplet: F8, 62 and 61. RGB value is (248,98,97). Sum of RGB (Red+Green+Blue) = 248+98+97=443 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.98% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 248 - color contains mainly: red. Hex color #F86261 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86261 is #079D9E. Grayscale: #8E8E8E. Windows color (decimal): -499103 or 6382328. OLE color: 6382328.

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

Color convert

RGB 248 98 97 -
CMYK 0 0.60 0.61 0.03
HSL 0.4º 0.92% 0.68% -
HSV(B) 0.4º 0.61% 0.97% -
XYZ 45.24 29.55 14.63 -
YUV 142.74 102.2 203.08 -
System Red Green Blue C M Y K H S L
Decimal 248 98 97 0 0.60 0.61 0.03 0.4 0.92 0.68
Hex F8 62 61 0 3C 3D 3 0 5C 44
Octal 370 142 141 0 74 75 3 0 134 104
Binary 11111000 1100010 1100001 0 111100 111101 11 0 1011100 1000100

Color Harmonies of #F86261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86261

Black with #F86261

Text Example


Text Example

White with #F86261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86261; }

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

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

background-color css

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

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

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

border-color css

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

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

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