Html Css Color HEX #FC6D6A Bittersweet

📋 copy color: '#FC6D6A'

red 252 ◦ green 109 ◦ blue 106

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

Shades of Bittersweet #FC6D6A

Tints of Bittersweet #FC6D6A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.34%

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

R = 53.96%
G = 23.34%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC6D6A (or 0xFC6D6A) is known color: Bittersweet. HEX triplet: FC, 6D and 6A. RGB value is (252,109,106). Sum of RGB (Red+Green+Blue) = 252+109+106=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6D6A is #039295. Grayscale: #979797. Windows color (decimal): -234134 or 6974972. OLE color: 6974972.

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

Color convert

RGB 252 109 106 -
CMYK 0 0.57 0.58 0.01
HSL 1.23º 0.96% 0.7% -
HSV(B) 1.23º 0.58% 0.99% -
XYZ 48.22 32.67 17.4 -
YUV 151.42 102.38 199.74 -
System Red Green Blue C M Y K H S L
Decimal 252 109 106 0 0.57 0.58 0.01 1.23 0.96 0.7
Hex FC 6D 6A 0 39 3A 1 1 60 46
Octal 374 155 152 0 71 72 1 1 140 106
Binary 11111100 1101101 1101010 0 111001 111010 1 1 1100000 1000110

Color Harmonies of #FC6D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D6A

Black with #FC6D6A

Text Example


Text Example

White with #FC6D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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