Html Css Color HEX #FC6C65 Bittersweet

📋 copy color: '#FC6C65'

red 252 ◦ green 108 ◦ blue 101

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

Shades of Bittersweet #FC6C65

Tints of Bittersweet #FC6C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.91%

R = 54.66%
G = 23.43%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC6C65 (or 0xFC6C65) is known color: Bittersweet. HEX triplet: FC, 6C and 65. RGB value is (252,108,101). Sum of RGB (Red+Green+Blue) = 252+108+101=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6C65 is #03939A. Grayscale: #969696. Windows color (decimal): -234395 or 6647036. OLE color: 6647036.

HSL color Cylindrical-coordinate representation of color #FC6C65: hue angle of 2.78º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC6C65 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 108 101 -
CMYK 0 0.57 0.60 0.01
HSL 2.78º 0.96% 0.69% -
HSV(B) 2.78º 0.6% 0.99% -
XYZ 47.86 32.36 16.04 -
YUV 150.26 100.21 200.57 -
System Red Green Blue C M Y K H S L
Decimal 252 108 101 0 0.57 0.60 0.01 2.78 0.96 0.69
Hex FC 6C 65 0 39 3C 1 3 60 45
Octal 374 154 145 0 71 74 1 3 140 105
Binary 11111100 1101100 1100101 0 111001 111100 1 11 1100000 1000101

Color Harmonies of #FC6C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C65

Black with #FC6C65

Text Example


Text Example

White with #FC6C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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