Html Css Color HEX #F6655D Bittersweet

📋 copy color: '#F6655D'

red 246 ◦ green 101 ◦ blue 93

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

Shades of Bittersweet #F6655D

Tints of Bittersweet #F6655D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.14%

R = 55.91%
G = 22.95%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F6655D (or 0xF6655D) is known color: Bittersweet. HEX triplet: F6, 65 and 5D. RGB value is (246,101,93). Sum of RGB (Red+Green+Blue) = 246+101+93=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F6655D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6655D is #099AA2. Grayscale: #8F8F8F. Windows color (decimal): -629411 or 6120950. OLE color: 6120950.

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

Color convert

RGB 246 101 93 -
CMYK 0 0.59 0.62 0.04
HSL 3.14º 0.89% 0.66% -
HSV(B) 3.14º 0.62% 0.96% -
XYZ 44.64 29.69 13.73 -
YUV 143.44 99.54 201.15 -
System Red Green Blue C M Y K H S L
Decimal 246 101 93 0 0.59 0.62 0.04 3.14 0.89 0.66
Hex F6 65 5D 0 3B 3E 4 3 59 42
Octal 366 145 135 0 73 76 4 3 131 102
Binary 11110110 1100101 1011101 0 111011 111110 100 11 1011001 1000010

Color Harmonies of #F6655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6655D

Black with #F6655D

Text Example


Text Example

White with #F6655D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6655D; }

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

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

background-color css

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

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

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

border-color css

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

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

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