Html Css Color HEX #F16868 Bittersweet

📋 copy color: '#F16868'

red 241 ◦ green 104 ◦ blue 104

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

Shades of Bittersweet #F16868

Tints of Bittersweet #F16868

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.16%

 BLUE value IS 104 (41.02% from 255) = 23.16%

R = 53.67%
G = 23.16%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F16868 (or 0xF16868) is known color: Bittersweet. HEX triplet: F1, 68 and 68. RGB value is (241,104,104). Sum of RGB (Red+Green+Blue) = 241+104+104=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F16868 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16868 is #0E9797. Grayscale: #919191. Windows color (decimal): -956312 or 6842609. OLE color: 6842609.

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

Color convert

RGB 241 104 104 -
CMYK 0 0.57 0.57 0.05
HSL 0.83% 0.68% -
HSV(B) 0.57% 0.95% -
XYZ 43.72 29.6 16.51 -
YUV 144.96 104.89 196.5 -
System Red Green Blue C M Y K H S L
Decimal 241 104 104 0 0.57 0.57 0.05 0 0.83 0.68
Hex F1 68 68 0 39 39 5 0 53 44
Octal 361 150 150 0 71 71 5 0 123 104
Binary 11110001 1101000 1101000 0 111001 111001 101 0 1010011 1000100

Color Harmonies of #F16868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16868

Black with #F16868

Text Example


Text Example

White with #F16868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16868; }

 p { color: rgb(241,104,104); }

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

background-color css

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

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

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

border-color css

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

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

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