Html Css Color HEX #FD6C60 Bittersweet

📋 copy color: '#FD6C60'

red 253 ◦ green 108 ◦ blue 96

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

Shades of Bittersweet #FD6C60

Tints of Bittersweet #FD6C60

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.63%

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

R = 55.36%
G = 23.63%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD6C60 (or 0xFD6C60) is known color: Bittersweet. HEX triplet: FD, 6C and 60. RGB value is (253,108,96). Sum of RGB (Red+Green+Blue) = 253+108+96=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6C60 is #02939F. Grayscale: #969696. Windows color (decimal): -168864 or 6319357. OLE color: 6319357.

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

Color convert

RGB 253 108 96 -
CMYK 0 0.57 0.62 0.01
HSL 4.59º 0.98% 0.68% -
HSV(B) 4.59º 0.62% 0.99% -
XYZ 47.98 32.45 14.8 -
YUV 149.99 97.54 201.48 -
System Red Green Blue C M Y K H S L
Decimal 253 108 96 0 0.57 0.62 0.01 4.59 0.98 0.68
Hex FD 6C 60 0 39 3E 1 5 62 44
Octal 375 154 140 0 71 76 1 5 142 104
Binary 11111101 1101100 1100000 0 111001 111110 1 101 1100010 1000100

Color Harmonies of #FD6C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6C60

Black with #FD6C60

Text Example


Text Example

White with #FD6C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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