Html Css Color HEX #F16262 Bittersweet

📋 copy color: '#F16262'

red 241 ◦ green 98 ◦ blue 98

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

Shades of Bittersweet #F16262

Tints of Bittersweet #F16262

RGB

 RED value IS 241 (94.53% from 255) = 55.15%

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

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

R = 55.15%
G = 22.43%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F16262 (or 0xF16262) is known color: Bittersweet. HEX triplet: F1, 62 and 62. RGB value is (241,98,98). Sum of RGB (Red+Green+Blue) = 241+98+98=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F16262 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16262 is #0E9D9D. Grayscale: #8C8C8C. Windows color (decimal): -957854 or 6447857. OLE color: 6447857.

HSL color Cylindrical-coordinate representation of color #F16262: hue angle of 0º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F16262 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 98 98 -
CMYK 0 0.59 0.59 0.05
HSL 0.84% 0.66% -
HSV(B) 0.59% 0.95% -
XYZ 42.85 28.32 14.76 -
YUV 140.76 103.88 199.5 -
System Red Green Blue C M Y K H S L
Decimal 241 98 98 0 0.59 0.59 0.05 0 0.84 0.66
Hex F1 62 62 0 3B 3B 5 0 54 42
Octal 361 142 142 0 73 73 5 0 124 102
Binary 11110001 1100010 1100010 0 111011 111011 101 0 1010100 1000010

Color Harmonies of #F16262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16262

Black with #F16262

Text Example


Text Example

White with #F16262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16262; }

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

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

background-color css

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

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

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

border-color css

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

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

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