Html Css Color HEX #F96863 Bittersweet

📋 copy color: '#F96863'

red 249 ◦ green 104 ◦ blue 99

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

Shades of Bittersweet #F96863

Tints of Bittersweet #F96863

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.01%

 BLUE value IS 99 (39.06% from 255) = 21.9%

R = 55.09%
G = 23.01%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F96863 (or 0xF96863) is known color: Bittersweet. HEX triplet: F9, 68 and 63. RGB value is (249,104,99). Sum of RGB (Red+Green+Blue) = 249+104+99=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F96863 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96863 is #06979C. Grayscale: #929292. Windows color (decimal): -432029 or 6514937. OLE color: 6514937.

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

Color convert

RGB 249 104 99 -
CMYK 0 0.58 0.60 0.02
HSL 0.93% 0.68% -
HSV(B) 0.6% 0.98% -
XYZ 46.27 30.94 15.34 -
YUV 146.79 101.04 200.91 -
System Red Green Blue C M Y K H S L
Decimal 249 104 99 0 0.58 0.60 0.02 2 0.93 0.68
Hex F9 68 63 0 3A 3C 2 2 5D 44
Octal 371 150 143 0 72 74 2 2 135 104
Binary 11111001 1101000 1100011 0 111010 111100 10 10 1011101 1000100

Color Harmonies of #F96863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96863

Black with #F96863

Text Example


Text Example

White with #F96863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96863; }

 p { color: rgb(249,104,99); }

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

background-color css

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

 a { background-color: rgb(249,104,99); }

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

border-color css

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

 span { border-color: rgb(249,104,99); }

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