Html Css Color HEX #FD6A60 Bittersweet

📋 copy color: '#FD6A60'

red 253 ◦ green 106 ◦ blue 96

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

Shades of Bittersweet #FD6A60

Tints of Bittersweet #FD6A60

RGB

 RED value IS 253 (99.22% from 255) = 55.6%

 GREEN value IS 106 (41.8% from 255) = 23.3%

 BLUE value IS 96 (37.89% from 255) = 21.1%

R = 55.6%
G = 23.3%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD6A60 (or 0xFD6A60) is known color: Bittersweet. HEX triplet: FD, 6A and 60. RGB value is (253,106,96). Sum of RGB (Red+Green+Blue) = 253+106+96=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6A60 is #02959F. Grayscale: #959595. Windows color (decimal): -169376 or 6318845. OLE color: 6318845.

HSL color Cylindrical-coordinate representation of color #FD6A60: hue angle of 3.82º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD6A60 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 106 96 -
CMYK 0 0.58 0.62 0.01
HSL 3.82º 0.98% 0.68% -
HSV(B) 3.82º 0.62% 0.99% -
XYZ 47.77 32.04 14.73 -
YUV 148.81 98.2 202.31 -
System Red Green Blue C M Y K H S L
Decimal 253 106 96 0 0.58 0.62 0.01 3.82 0.98 0.68
Hex FD 6A 60 0 3A 3E 1 4 62 44
Octal 375 152 140 0 72 76 1 4 142 104
Binary 11111101 1101010 1100000 0 111010 111110 1 100 1100010 1000100

Color Harmonies of #FD6A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6A60

Black with #FD6A60

Text Example


Text Example

White with #FD6A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6A60; }

 p { color: rgb(253,106,96); }

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

background-color css

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

 a { background-color: rgb(253,106,96); }

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

border-color css

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

 span { border-color: rgb(253,106,96); }

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