Html Css Color HEX #F6615D Bittersweet

📋 copy color: '#F6615D'

red 246 ◦ green 97 ◦ blue 93

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

Shades of Bittersweet #F6615D

Tints of Bittersweet #F6615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.25%

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

R = 56.42%
G = 22.25%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F6615D (or 0xF6615D) is known color: Bittersweet. HEX triplet: F6, 61 and 5D. RGB value is (246,97,93). Sum of RGB (Red+Green+Blue) = 246+97+93=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F6615D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6615D is #099EA2. Grayscale: #8D8D8D. Windows color (decimal): -630435 or 6119926. OLE color: 6119926.

HSL color Cylindrical-coordinate representation of color #F6615D: hue angle of 1.57º 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 #F6615D is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 97 93 -
CMYK 0 0.61 0.62 0.04
HSL 1.57º 0.89% 0.66% -
HSV(B) 1.57º 0.62% 0.96% -
XYZ 44.26 28.93 13.61 -
YUV 141.1 100.86 202.83 -
System Red Green Blue C M Y K H S L
Decimal 246 97 93 0 0.61 0.62 0.04 1.57 0.89 0.66
Hex F6 61 5D 0 3D 3E 4 2 59 42
Octal 366 141 135 0 75 76 4 2 131 102
Binary 11110110 1100001 1011101 0 111101 111110 100 10 1011001 1000010

Color Harmonies of #F6615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6615D

Black with #F6615D

Text Example


Text Example

White with #F6615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6615D; }

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

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

background-color css

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

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

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

border-color css

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

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

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