Html Css Color HEX #FF746B Bittersweet

📋 copy color: '#FF746B'

red 255 ◦ green 116 ◦ blue 107

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

Shades of Bittersweet #FF746B

Tints of Bittersweet #FF746B

RGB

 RED value IS 255 (100% from 255) = 53.35%

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

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

R = 53.35%
G = 24.27%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF746B (or 0xFF746B) is known color: Bittersweet. HEX triplet: FF, 74 and 6B. RGB value is (255,116,107). Sum of RGB (Red+Green+Blue) = 255+116+107=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF746B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF746B is #008B94. Grayscale: #9C9C9C. Windows color (decimal): -35733 or 7042303. OLE color: 7042303.

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

Color convert

RGB 255 116 107 -
CMYK 0 0.55 0.58 0
HSL 3.65º 1% 0.71% -
HSV(B) 3.65º 0.58% 1% -
XYZ 50.14 34.81 17.99 -
YUV 156.54 100.05 198.23 -
System Red Green Blue C M Y K H S L
Decimal 255 116 107 0 0.55 0.58 0 3.65 1 0.71
Hex FF 74 6B 0 37 3A 0 4 64 47
Octal 377 164 153 0 67 72 0 4 144 107
Binary 11111111 1110100 1101011 0 110111 111010 0 100 1100100 1000111

Color Harmonies of #FF746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF746B

Black with #FF746B

Text Example


Text Example

White with #FF746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF746B; }

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

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

background-color css

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

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

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

border-color css

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

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

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