Html Css Color HEX #F6605D Bittersweet

📋 copy color: '#F6605D'

red 246 ◦ green 96 ◦ blue 93

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

Shades of Bittersweet #F6605D

Tints of Bittersweet #F6605D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.07%

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

R = 56.55%
G = 22.07%
B = 21.38%

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

#F6605D (or 0xF6605D) is known color: Bittersweet. HEX triplet: F6, 60 and 5D. RGB value is (246,96,93). Sum of RGB (Red+Green+Blue) = 246+96+93=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F6605D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6605D is #099FA2. Grayscale: #8C8C8C. Windows color (decimal): -630691 or 6119670. OLE color: 6119670.

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

Color convert

RGB 246 96 93 -
CMYK 0 0.61 0.62 0.04
HSL 1.18º 0.89% 0.66% -
HSV(B) 1.18º 0.62% 0.96% -
XYZ 44.16 28.75 13.58 -
YUV 140.51 101.2 203.24 -
System Red Green Blue C M Y K H S L
Decimal 246 96 93 0 0.61 0.62 0.04 1.18 0.89 0.66
Hex F6 60 5D 0 3D 3E 4 1 59 42
Octal 366 140 135 0 75 76 4 1 131 102
Binary 11110110 1100000 1011101 0 111101 111110 100 1 1011001 1000010

Color Harmonies of #F6605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6605D

Black with #F6605D

Text Example


Text Example

White with #F6605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6605D; }

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

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

background-color css

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

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

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

border-color css

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

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

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