Html Css Color HEX #F16664 Bittersweet

📋 copy color: '#F16664'

red 241 ◦ green 102 ◦ blue 100

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

Shades of Bittersweet #F16664

Tints of Bittersweet #F16664

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.02%

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

R = 54.4%
G = 23.02%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F16664 (or 0xF16664) is known color: Bittersweet. HEX triplet: F1, 66 and 64. RGB value is (241,102,100). Sum of RGB (Red+Green+Blue) = 241+102+100=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F16664 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16664 is #0E999B. Grayscale: #8F8F8F. Windows color (decimal): -956828 or 6579953. OLE color: 6579953.

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

Color convert

RGB 241 102 100 -
CMYK 0 0.58 0.59 0.05
HSL 0.85º 0.83% 0.67% -
HSV(B) 0.85º 0.59% 0.95% -
XYZ 43.33 29.12 15.39 -
YUV 143.33 103.55 197.66 -
System Red Green Blue C M Y K H S L
Decimal 241 102 100 0 0.58 0.59 0.05 0.85 0.83 0.67
Hex F1 66 64 0 3A 3B 5 1 53 43
Octal 361 146 144 0 72 73 5 1 123 103
Binary 11110001 1100110 1100100 0 111010 111011 101 1 1010011 1000011

Color Harmonies of #F16664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16664

Black with #F16664

Text Example


Text Example

White with #F16664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16664; }

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

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

background-color css

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

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

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

border-color css

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

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

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