Html Css Color HEX #F87360 Bittersweet

📋 copy color: '#F87360'

red 248 ◦ green 115 ◦ blue 96

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

Shades of Bittersweet #F87360

Tints of Bittersweet #F87360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.05%

 BLUE value IS 96 (37.89% from 255) = 20.92%

R = 54.03%
G = 25.05%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F87360 (or 0xF87360) is known color: Bittersweet. HEX triplet: F8, 73 and 60. RGB value is (248,115,96). Sum of RGB (Red+Green+Blue) = 248+115+96=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F87360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87360 is #078C9F. Grayscale: #989898. Windows color (decimal): -494752 or 6321144. OLE color: 6321144.

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

Color convert

RGB 248 115 96 -
CMYK 0 0.54 0.61 0.03
HSL 7.5º 0.92% 0.67% -
HSV(B) 7.5º 0.61% 0.97% -
XYZ 46.95 33.06 14.97 -
YUV 152.6 96.06 196.04 -
System Red Green Blue C M Y K H S L
Decimal 248 115 96 0 0.54 0.61 0.03 7.5 0.92 0.67
Hex F8 73 60 0 36 3D 3 8 5C 43
Octal 370 163 140 0 66 75 3 10 134 103
Binary 11111000 1110011 1100000 0 110110 111101 11 1000 1011100 1000011

Color Harmonies of #F87360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87360

Black with #F87360

Text Example


Text Example

White with #F87360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87360; }

 p { color: rgb(248,115,96); }

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

background-color css

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

 a { background-color: rgb(248,115,96); }

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

border-color css

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

 span { border-color: rgb(248,115,96); }

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