Html Css Color HEX #F6655B Bittersweet

📋 copy color: '#F6655B'

red 246 ◦ green 101 ◦ blue 91

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

Shades of Bittersweet #F6655B

Tints of Bittersweet #F6655B

RGB

 RED value IS 246 (96.48% from 255) = 56.16%

 GREEN value IS 101 (39.84% from 255) = 23.06%

 BLUE value IS 91 (35.94% from 255) = 20.78%

R = 56.16%
G = 23.06%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F6655B (or 0xF6655B) is known color: Bittersweet. HEX triplet: F6, 65 and 5B. RGB value is (246,101,91). Sum of RGB (Red+Green+Blue) = 246+101+91=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F6655B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6655B is #099AA4. Grayscale: #8F8F8F. Windows color (decimal): -629413 or 5989878. OLE color: 5989878.

HSL color Cylindrical-coordinate representation of color #F6655B: hue angle of 3.87º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6655B is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 101 91 -
CMYK 0 0.59 0.63 0.04
HSL 3.87º 0.9% 0.66% -
HSV(B) 3.87º 0.63% 0.96% -
XYZ 44.55 29.66 13.27 -
YUV 143.22 98.54 201.31 -
System Red Green Blue C M Y K H S L
Decimal 246 101 91 0 0.59 0.63 0.04 3.87 0.9 0.66
Hex F6 65 5B 0 3B 3F 4 4 5A 42
Octal 366 145 133 0 73 77 4 4 132 102
Binary 11110110 1100101 1011011 0 111011 111111 100 100 1011010 1000010

Color Harmonies of #F6655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6655B

Black with #F6655B

Text Example


Text Example

White with #F6655B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6655B; }

 p { color: rgb(246,101,91); }

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

background-color css

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

 a { background-color: rgb(246,101,91); }

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

border-color css

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

 span { border-color: rgb(246,101,91); }

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