Html Css Color HEX #F16764 Bittersweet

📋 copy color: '#F16764'

red 241 ◦ green 103 ◦ blue 100

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

Shades of Bittersweet #F16764

Tints of Bittersweet #F16764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.2%

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

R = 54.28%
G = 23.2%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F16764 (or 0xF16764) is known color: Bittersweet. HEX triplet: F1, 67 and 64. RGB value is (241,103,100). Sum of RGB (Red+Green+Blue) = 241+103+100=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F16764 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16764 is #0E989B. Grayscale: #909090. Windows color (decimal): -956572 or 6580209. OLE color: 6580209.

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

Color convert

RGB 241 103 100 -
CMYK 0 0.57 0.59 0.05
HSL 1.28º 0.83% 0.67% -
HSV(B) 1.28º 0.59% 0.95% -
XYZ 43.43 29.32 15.43 -
YUV 143.92 103.22 197.24 -
System Red Green Blue C M Y K H S L
Decimal 241 103 100 0 0.57 0.59 0.05 1.28 0.83 0.67
Hex F1 67 64 0 39 3B 5 1 53 43
Octal 361 147 144 0 71 73 5 1 123 103
Binary 11110001 1100111 1100100 0 111001 111011 101 1 1010011 1000011

Color Harmonies of #F16764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16764

Black with #F16764

Text Example


Text Example

White with #F16764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16764; }

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

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

background-color css

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

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

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

border-color css

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

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

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