Html Css Color HEX #FC746A Bittersweet

📋 copy color: '#FC746A'

red 252 ◦ green 116 ◦ blue 106

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

Shades of Bittersweet #FC746A

Tints of Bittersweet #FC746A

RGB

 RED value IS 252 (98.83% from 255) = 53.16%

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

 BLUE value IS 106 (41.8% from 255) = 22.36%

R = 53.16%
G = 24.47%
B = 22.36%

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

#FC746A (or 0xFC746A) is known color: Bittersweet. HEX triplet: FC, 74 and 6A. RGB value is (252,116,106). Sum of RGB (Red+Green+Blue) = 252+116+106=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC746A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC746A is #038B95. Grayscale: #9B9B9B. Windows color (decimal): -232342 or 6976764. OLE color: 6976764.

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

Color convert

RGB 252 116 106 -
CMYK 0 0.54 0.58 0.01
HSL 4.11º 0.96% 0.7% -
HSV(B) 4.11º 0.58% 0.99% -
XYZ 48.99 34.23 17.66 -
YUV 155.52 100.06 196.81 -
System Red Green Blue C M Y K H S L
Decimal 252 116 106 0 0.54 0.58 0.01 4.11 0.96 0.7
Hex FC 74 6A 0 36 3A 1 4 60 46
Octal 374 164 152 0 66 72 1 4 140 106
Binary 11111100 1110100 1101010 0 110110 111010 1 100 1100000 1000110

Color Harmonies of #FC746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC746A

Black with #FC746A

Text Example


Text Example

White with #FC746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC746A; }

 p { color: rgb(252,116,106); }

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

background-color css

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

 a { background-color: rgb(252,116,106); }

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

border-color css

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

 span { border-color: rgb(252,116,106); }

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