Html Css Color HEX #F16965 Bittersweet

📋 copy color: '#F16965'

red 241 ◦ green 105 ◦ blue 101

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

Shades of Bittersweet #F16965

Tints of Bittersweet #F16965

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.49%

 BLUE value IS 101 (39.84% from 255) = 22.6%

R = 53.91%
G = 23.49%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F16965 (or 0xF16965) is known color: Bittersweet. HEX triplet: F1, 69 and 65. RGB value is (241,105,101). Sum of RGB (Red+Green+Blue) = 241+105+101=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F16965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16965 is #0E969A. Grayscale: #919191. Windows color (decimal): -956059 or 6646257. OLE color: 6646257.

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

Color convert

RGB 241 105 101 -
CMYK 0 0.56 0.58 0.05
HSL 1.71º 0.83% 0.67% -
HSV(B) 1.71º 0.58% 0.95% -
XYZ 43.68 29.74 15.75 -
YUV 145.21 103.06 196.33 -
System Red Green Blue C M Y K H S L
Decimal 241 105 101 0 0.56 0.58 0.05 1.71 0.83 0.67
Hex F1 69 65 0 38 3A 5 2 53 43
Octal 361 151 145 0 70 72 5 2 123 103
Binary 11110001 1101001 1100101 0 111000 111010 101 10 1010011 1000011

Color Harmonies of #F16965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16965

Black with #F16965

Text Example


Text Example

White with #F16965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16965; }

 p { color: rgb(241,105,101); }

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

background-color css

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

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

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

border-color css

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

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

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