Html Css Color HEX #FC6565 Bittersweet

📋 copy color: '#FC6565'

red 252 ◦ green 101 ◦ blue 101

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

Shades of Bittersweet #FC6565

Tints of Bittersweet #FC6565

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.25%

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

R = 55.51%
G = 22.25%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC6565 (or 0xFC6565) is known color: Bittersweet. HEX triplet: FC, 65 and 65. RGB value is (252,101,101). Sum of RGB (Red+Green+Blue) = 252+101+101=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6565 is #039A9A. Grayscale: #929292. Windows color (decimal): -236187 or 6645244. OLE color: 6645244.

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

Color convert

RGB 252 101 101 -
CMYK 0 0.60 0.60 0.01
HSL 0.96% 0.69% -
HSV(B) 0.6% 0.99% -
XYZ 47.15 30.94 15.8 -
YUV 146.15 102.53 203.5 -
System Red Green Blue C M Y K H S L
Decimal 252 101 101 0 0.60 0.60 0.01 0 0.96 0.69
Hex FC 65 65 0 3C 3C 1 0 60 45
Octal 374 145 145 0 74 74 1 0 140 105
Binary 11111100 1100101 1100101 0 111100 111100 1 0 1100000 1000101

Color Harmonies of #FC6565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6565

Black with #FC6565

Text Example


Text Example

White with #FC6565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6565; }

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

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

background-color css

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

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

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

border-color css

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

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

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