Html Css Color HEX #FC6A60 Bittersweet

📋 copy color: '#FC6A60'

red 252 ◦ green 106 ◦ blue 96

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

Shades of Bittersweet #FC6A60

Tints of Bittersweet #FC6A60

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.35%

 BLUE value IS 96 (37.89% from 255) = 21.15%

R = 55.51%
G = 23.35%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC6A60 (or 0xFC6A60) is known color: Bittersweet. HEX triplet: FC, 6A and 60. RGB value is (252,106,96). Sum of RGB (Red+Green+Blue) = 252+106+96=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6A60 is #03959F. Grayscale: #949494. Windows color (decimal): -234912 or 6318844. OLE color: 6318844.

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

Color convert

RGB 252 106 96 -
CMYK 0 0.58 0.62 0.01
HSL 3.85º 0.96% 0.68% -
HSV(B) 3.85º 0.62% 0.99% -
XYZ 47.41 31.85 14.71 -
YUV 148.51 98.37 201.81 -
System Red Green Blue C M Y K H S L
Decimal 252 106 96 0 0.58 0.62 0.01 3.85 0.96 0.68
Hex FC 6A 60 0 3A 3E 1 4 60 44
Octal 374 152 140 0 72 76 1 4 140 104
Binary 11111100 1101010 1100000 0 111010 111110 1 100 1100000 1000100

Color Harmonies of #FC6A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6A60

Black with #FC6A60

Text Example


Text Example

White with #FC6A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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