Html Css Color HEX #F86661 Bittersweet

📋 copy color: '#F86661'

red 248 ◦ green 102 ◦ blue 97

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

Shades of Bittersweet #F86661

Tints of Bittersweet #F86661

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.82%

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

R = 55.48%
G = 22.82%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F86661 (or 0xF86661) is known color: Bittersweet. HEX triplet: F8, 66 and 61. RGB value is (248,102,97). Sum of RGB (Red+Green+Blue) = 248+102+97=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F86661 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86661 is #07999E. Grayscale: #919191. Windows color (decimal): -498079 or 6383352. OLE color: 6383352.

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

Color convert

RGB 248 102 97 -
CMYK 0 0.59 0.61 0.03
HSL 1.99º 0.92% 0.68% -
HSV(B) 1.99º 0.61% 0.97% -
XYZ 45.62 30.32 14.76 -
YUV 145.08 100.87 201.41 -
System Red Green Blue C M Y K H S L
Decimal 248 102 97 0 0.59 0.61 0.03 1.99 0.92 0.68
Hex F8 66 61 0 3B 3D 3 2 5C 44
Octal 370 146 141 0 73 75 3 2 134 104
Binary 11111000 1100110 1100001 0 111011 111101 11 10 1011100 1000100

Color Harmonies of #F86661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86661

Black with #F86661

Text Example


Text Example

White with #F86661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86661; }

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

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

background-color css

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

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

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

border-color css

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

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

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