Html Css Color HEX #F17262 Bittersweet

📋 copy color: '#F17262'

red 241 ◦ green 114 ◦ blue 98

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

Shades of Bittersweet #F17262

Tints of Bittersweet #F17262

RGB

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

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

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

R = 53.2%
G = 25.17%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F17262 (or 0xF17262) is known color: Bittersweet. HEX triplet: F1, 72 and 62. RGB value is (241,114,98). Sum of RGB (Red+Green+Blue) = 241+114+98=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F17262 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17262 is #0E8D9D. Grayscale: #969696. Windows color (decimal): -953758 or 6451953. OLE color: 6451953.

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

Color convert

RGB 241 114 98 -
CMYK 0 0.53 0.59 0.05
HSL 6.71º 0.84% 0.66% -
HSV(B) 6.71º 0.59% 0.95% -
XYZ 44.5 31.62 15.31 -
YUV 150.15 98.58 192.8 -
System Red Green Blue C M Y K H S L
Decimal 241 114 98 0 0.53 0.59 0.05 6.71 0.84 0.66
Hex F1 72 62 0 35 3B 5 7 54 42
Octal 361 162 142 0 65 73 5 7 124 102
Binary 11110001 1110010 1100010 0 110101 111011 101 111 1010100 1000010

Color Harmonies of #F17262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17262

Black with #F17262

Text Example


Text Example

White with #F17262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17262; }

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

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

background-color css

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

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

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

border-color css

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

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

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