Html Css Color HEX #F87461 Bittersweet

📋 copy color: '#F87461'

red 248 ◦ green 116 ◦ blue 97

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

Shades of Bittersweet #F87461

Tints of Bittersweet #F87461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.16%

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

R = 53.8%
G = 25.16%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F87461 (or 0xF87461) is known color: Bittersweet. HEX triplet: F8, 74 and 61. RGB value is (248,116,97). Sum of RGB (Red+Green+Blue) = 248+116+97=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F87461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87461 is #078B9E. Grayscale: #999999. Windows color (decimal): -494495 or 6386936. OLE color: 6386936.

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

Color convert

RGB 248 116 97 -
CMYK 0 0.53 0.61 0.03
HSL 7.55º 0.92% 0.68% -
HSV(B) 7.55º 0.61% 0.97% -
XYZ 47.11 33.31 15.26 -
YUV 153.3 96.23 195.54 -
System Red Green Blue C M Y K H S L
Decimal 248 116 97 0 0.53 0.61 0.03 7.55 0.92 0.68
Hex F8 74 61 0 35 3D 3 8 5C 44
Octal 370 164 141 0 65 75 3 10 134 104
Binary 11111000 1110100 1100001 0 110101 111101 11 1000 1011100 1000100

Color Harmonies of #F87461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87461

Black with #F87461

Text Example


Text Example

White with #F87461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87461; }

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

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

background-color css

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

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

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

border-color css

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

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

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