Html Css Color HEX #FD6A5D Bittersweet

📋 copy color: '#FD6A5D'

red 253 ◦ green 106 ◦ blue 93

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

Shades of Bittersweet #FD6A5D

Tints of Bittersweet #FD6A5D

RGB

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

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

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

R = 55.97%
G = 23.45%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD6A5D (or 0xFD6A5D) is known color: Bittersweet. HEX triplet: FD, 6A and 5D. RGB value is (253,106,93). Sum of RGB (Red+Green+Blue) = 253+106+93=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6A5D is #0295A2. Grayscale: #949494. Windows color (decimal): -169379 or 6122237. OLE color: 6122237.

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

Color convert

RGB 253 106 93 -
CMYK 0 0.58 0.63 0.01
HSL 4.88º 0.98% 0.68% -
HSV(B) 4.88º 0.63% 0.99% -
XYZ 47.64 31.98 14.02 -
YUV 148.47 96.7 202.56 -
System Red Green Blue C M Y K H S L
Decimal 253 106 93 0 0.58 0.63 0.01 4.88 0.98 0.68
Hex FD 6A 5D 0 3A 3F 1 5 62 44
Octal 375 152 135 0 72 77 1 5 142 104
Binary 11111101 1101010 1011101 0 111010 111111 1 101 1100010 1000100

Color Harmonies of #FD6A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6A5D

Black with #FD6A5D

Text Example


Text Example

White with #FD6A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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