Html Css Color HEX #FC6B65 Bittersweet

📋 copy color: '#FC6B65'

red 252 ◦ green 107 ◦ blue 101

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

Shades of Bittersweet #FC6B65

Tints of Bittersweet #FC6B65

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.26%

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

R = 54.78%
G = 23.26%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC6B65 (or 0xFC6B65) is known color: Bittersweet. HEX triplet: FC, 6B and 65. RGB value is (252,107,101). Sum of RGB (Red+Green+Blue) = 252+107+101=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6B65 is #03949A. Grayscale: #959595. Windows color (decimal): -234651 or 6646780. OLE color: 6646780.

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

Color convert

RGB 252 107 101 -
CMYK 0 0.58 0.60 0.01
HSL 2.38º 0.96% 0.69% -
HSV(B) 2.38º 0.6% 0.99% -
XYZ 47.75 32.15 16 -
YUV 149.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 252 107 101 0 0.58 0.60 0.01 2.38 0.96 0.69
Hex FC 6B 65 0 3A 3C 1 2 60 45
Octal 374 153 145 0 72 74 1 2 140 105
Binary 11111100 1101011 1100101 0 111010 111100 1 10 1100000 1000101

Color Harmonies of #FC6B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6B65

Black with #FC6B65

Text Example


Text Example

White with #FC6B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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