Html Css Color HEX #F96262 Bittersweet

📋 copy color: '#F96262'

red 249 ◦ green 98 ◦ blue 98

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

Shades of Bittersweet #F96262

Tints of Bittersweet #F96262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.02%

R = 55.96%
G = 22.02%
B = 22.02%

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

#F96262 (or 0xF96262) is known color: Bittersweet. HEX triplet: F9, 62 and 62. RGB value is (249,98,98). Sum of RGB (Red+Green+Blue) = 249+98+98=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F96262 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96262 is #069D9D. Grayscale: #8F8F8F. Windows color (decimal): -433566 or 6447865. OLE color: 6447865.

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

Color convert

RGB 249 98 98 -
CMYK 0 0.61 0.61 0.02
HSL 0.93% 0.68% -
HSV(B) 0.61% 0.98% -
XYZ 45.64 29.76 14.89 -
YUV 143.15 102.53 203.5 -
System Red Green Blue C M Y K H S L
Decimal 249 98 98 0 0.61 0.61 0.02 0 0.93 0.68
Hex F9 62 62 0 3D 3D 2 0 5D 44
Octal 371 142 142 0 75 75 2 0 135 104
Binary 11111001 1100010 1100010 0 111101 111101 10 0 1011101 1000100

Color Harmonies of #F96262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96262

Black with #F96262

Text Example


Text Example

White with #F96262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96262; }

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

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

background-color css

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

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

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

border-color css

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

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

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