Html Css Color HEX #FD7766 Bittersweet

📋 copy color: '#FD7766'

red 253 ◦ green 119 ◦ blue 102

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

Shades of Bittersweet #FD7766

Tints of Bittersweet #FD7766

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.11%

 BLUE value IS 102 (40.23% from 255) = 21.52%

R = 53.38%
G = 25.11%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD7766 (or 0xFD7766) is known color: Bittersweet. HEX triplet: FD, 77 and 66. RGB value is (253,119,102). Sum of RGB (Red+Green+Blue) = 253+119+102=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7766 is #028899. Grayscale: #9D9D9D. Windows color (decimal): -166042 or 6715389. OLE color: 6715389.

HSL color Cylindrical-coordinate representation of color #FD7766: hue angle of 6.75º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD7766 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 119 102 -
CMYK 0 0.53 0.60 0.01
HSL 6.75º 0.97% 0.7% -
HSV(B) 6.75º 0.6% 0.99% -
XYZ 49.5 35.04 16.72 -
YUV 157.13 96.89 196.38 -
System Red Green Blue C M Y K H S L
Decimal 253 119 102 0 0.53 0.60 0.01 6.75 0.97 0.7
Hex FD 77 66 0 35 3C 1 7 61 46
Octal 375 167 146 0 65 74 1 7 141 106
Binary 11111101 1110111 1100110 0 110101 111100 1 111 1100001 1000110

Color Harmonies of #FD7766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7766

Black with #FD7766

Text Example


Text Example

White with #FD7766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7766; }

 p { color: rgb(253,119,102); }

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

background-color css

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

 a { background-color: rgb(253,119,102); }

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

border-color css

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

 span { border-color: rgb(253,119,102); }

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