Html Css Color HEX #F87260 Bittersweet

📋 copy color: '#F87260'

red 248 ◦ green 114 ◦ blue 96

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

Shades of Bittersweet #F87260

Tints of Bittersweet #F87260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.89%

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

R = 54.15%
G = 24.89%
B = 20.96%

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

#F87260 (or 0xF87260) is known color: Bittersweet. HEX triplet: F8, 72 and 60. RGB value is (248,114,96). Sum of RGB (Red+Green+Blue) = 248+114+96=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F87260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87260 is #078D9F. Grayscale: #989898. Windows color (decimal): -495008 or 6320888. OLE color: 6320888.

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

Color convert

RGB 248 114 96 -
CMYK 0 0.54 0.61 0.03
HSL 7.11º 0.92% 0.67% -
HSV(B) 7.11º 0.61% 0.97% -
XYZ 46.84 32.84 14.94 -
YUV 152.01 96.39 196.46 -
System Red Green Blue C M Y K H S L
Decimal 248 114 96 0 0.54 0.61 0.03 7.11 0.92 0.67
Hex F8 72 60 0 36 3D 3 7 5C 43
Octal 370 162 140 0 66 75 3 7 134 103
Binary 11111000 1110010 1100000 0 110110 111101 11 111 1011100 1000011

Color Harmonies of #F87260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87260

Black with #F87260

Text Example


Text Example

White with #F87260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87260; }

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

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

background-color css

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

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

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

border-color css

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

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

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