Html Css Color HEX #F17164 Bittersweet

📋 copy color: '#F17164'

red 241 ◦ green 113 ◦ blue 100

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

Shades of Bittersweet #F17164

Tints of Bittersweet #F17164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.89%

 BLUE value IS 100 (39.45% from 255) = 22.03%

R = 53.08%
G = 24.89%
B = 22.03%

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

#F17164 (or 0xF17164) is known color: Bittersweet. HEX triplet: F1, 71 and 64. RGB value is (241,113,100). Sum of RGB (Red+Green+Blue) = 241+113+100=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F17164 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17164 is #0E8E9B. Grayscale: #959595. Windows color (decimal): -954012 or 6582769. OLE color: 6582769.

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

Color convert

RGB 241 113 100 -
CMYK 0 0.53 0.59 0.05
HSL 5.53º 0.83% 0.67% -
HSV(B) 5.53º 0.59% 0.95% -
XYZ 44.48 31.43 15.78 -
YUV 149.79 99.91 193.06 -
System Red Green Blue C M Y K H S L
Decimal 241 113 100 0 0.53 0.59 0.05 5.53 0.83 0.67
Hex F1 71 64 0 35 3B 5 6 53 43
Octal 361 161 144 0 65 73 5 6 123 103
Binary 11110001 1110001 1100100 0 110101 111011 101 110 1010011 1000011

Color Harmonies of #F17164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17164

Black with #F17164

Text Example


Text Example

White with #F17164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17164; }

 p { color: rgb(241,113,100); }

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

background-color css

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

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

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

border-color css

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

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

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