Html Css Color HEX #FC6C69 Bittersweet

📋 copy color: '#FC6C69'

red 252 ◦ green 108 ◦ blue 105

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

Shades of Bittersweet #FC6C69

Tints of Bittersweet #FC6C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.23%

 BLUE value IS 105 (41.41% from 255) = 22.58%

R = 54.19%
G = 23.23%
B = 22.58%

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

#FC6C69 (or 0xFC6C69) is known color: Bittersweet. HEX triplet: FC, 6C and 69. RGB value is (252,108,105). Sum of RGB (Red+Green+Blue) = 252+108+105=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6C69 is #039396. Grayscale: #969696. Windows color (decimal): -234391 or 6909180. OLE color: 6909180.

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

Color convert

RGB 252 108 105 -
CMYK 0 0.57 0.58 0.01
HSL 1.22º 0.96% 0.7% -
HSV(B) 1.22º 0.58% 0.99% -
XYZ 48.06 32.44 17.09 -
YUV 150.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 252 108 105 0 0.57 0.58 0.01 1.22 0.96 0.7
Hex FC 6C 69 0 39 3A 1 1 60 46
Octal 374 154 151 0 71 72 1 1 140 106
Binary 11111100 1101100 1101001 0 111001 111010 1 1 1100000 1000110

Color Harmonies of #FC6C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C69

Black with #FC6C69

Text Example


Text Example

White with #FC6C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C69; }

 p { color: rgb(252,108,105); }

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

background-color css

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

 a { background-color: rgb(252,108,105); }

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

border-color css

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

 span { border-color: rgb(252,108,105); }

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