Html Css Color HEX #F96260 Bittersweet

📋 copy color: '#F96260'

red 249 ◦ green 98 ◦ blue 96

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

Shades of Bittersweet #F96260

Tints of Bittersweet #F96260

RGB

 RED value IS 249 (97.66% from 255) = 56.21%

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

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

R = 56.21%
G = 22.12%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F96260 (or 0xF96260) is known color: Bittersweet. HEX triplet: F9, 62 and 60. RGB value is (249,98,96). Sum of RGB (Red+Green+Blue) = 249+98+96=443 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.21% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 249 - color contains mainly: red. Hex color #F96260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96260 is #069D9F. Grayscale: #8F8F8F. Windows color (decimal): -433568 or 6316793. OLE color: 6316793.

HSL color Cylindrical-coordinate representation of color #F96260: hue angle of 0.78º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F96260 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 98 96 -
CMYK 0 0.61 0.61 0.02
HSL 0.78º 0.93% 0.68% -
HSV(B) 0.78º 0.61% 0.98% -
XYZ 45.55 29.72 14.4 -
YUV 142.92 101.53 203.66 -
System Red Green Blue C M Y K H S L
Decimal 249 98 96 0 0.61 0.61 0.02 0.78 0.93 0.68
Hex F9 62 60 0 3D 3D 2 1 5D 44
Octal 371 142 140 0 75 75 2 1 135 104
Binary 11111001 1100010 1100000 0 111101 111101 10 1 1011101 1000100

Color Harmonies of #F96260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96260

Black with #F96260

Text Example


Text Example

White with #F96260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96260; }

 p { color: rgb(249,98,96); }

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

background-color css

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

 a { background-color: rgb(249,98,96); }

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

border-color css

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

 span { border-color: rgb(249,98,96); }

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