Html Css Color HEX #FD605D Bittersweet

📋 copy color: '#FD605D'

red 253 ◦ green 96 ◦ blue 93

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

Shades of Bittersweet #FD605D

Tints of Bittersweet #FD605D

RGB

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

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

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

R = 57.24%
G = 21.72%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD605D (or 0xFD605D) is known color: Bittersweet. HEX triplet: FD, 60 and 5D. RGB value is (253,96,93). Sum of RGB (Red+Green+Blue) = 253+96+93=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD605D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD605D is #029FA2. Grayscale: #8E8E8E. Windows color (decimal): -171939 or 6119677. OLE color: 6119677.

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

Color convert

RGB 253 96 93 -
CMYK 0 0.62 0.63 0.01
HSL 1.13º 0.98% 0.68% -
HSV(B) 1.13º 0.63% 0.99% -
XYZ 46.67 30.04 13.69 -
YUV 142.6 100.01 206.74 -
System Red Green Blue C M Y K H S L
Decimal 253 96 93 0 0.62 0.63 0.01 1.13 0.98 0.68
Hex FD 60 5D 0 3E 3F 1 1 62 44
Octal 375 140 135 0 76 77 1 1 142 104
Binary 11111101 1100000 1011101 0 111110 111111 1 1 1100010 1000100

Color Harmonies of #FD605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD605D

Black with #FD605D

Text Example


Text Example

White with #FD605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD605D; }

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

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

background-color css

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

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

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

border-color css

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

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

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