Html Css Color HEX #FD746B Bittersweet

📋 copy color: '#FD746B'

red 253 ◦ green 116 ◦ blue 107

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

Shades of Bittersweet #FD746B

Tints of Bittersweet #FD746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.37%

 BLUE value IS 107 (42.19% from 255) = 22.48%

R = 53.15%
G = 24.37%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD746B (or 0xFD746B) is known color: Bittersweet. HEX triplet: FD, 74 and 6B. RGB value is (253,116,107). Sum of RGB (Red+Green+Blue) = 253+116+107=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD746B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD746B is #028B94. Grayscale: #9C9C9C. Windows color (decimal): -166805 or 7042301. OLE color: 7042301.

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

Color convert

RGB 253 116 107 -
CMYK 0 0.54 0.58 0.01
HSL 3.7º 0.97% 0.71% -
HSV(B) 3.7º 0.58% 0.99% -
XYZ 49.41 34.43 17.95 -
YUV 155.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 253 116 107 0 0.54 0.58 0.01 3.7 0.97 0.71
Hex FD 74 6B 0 36 3A 1 4 61 47
Octal 375 164 153 0 66 72 1 4 141 107
Binary 11111101 1110100 1101011 0 110110 111010 1 100 1100001 1000111

Color Harmonies of #FD746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD746B

Black with #FD746B

Text Example


Text Example

White with #FD746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD746B; }

 p { color: rgb(253,116,107); }

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

background-color css

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

 a { background-color: rgb(253,116,107); }

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

border-color css

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

 span { border-color: rgb(253,116,107); }

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