Html Css Color HEX #FC6363 Bittersweet

📋 copy color: '#FC6363'

red 252 ◦ green 99 ◦ blue 99

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

Shades of Bittersweet #FC6363

Tints of Bittersweet #FC6363

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22%

 BLUE value IS 99 (39.06% from 255) = 22%

R = 56%
G = 22%
B = 22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC6363 (or 0xFC6363) is known color: Bittersweet. HEX triplet: FC, 63 and 63. RGB value is (252,99,99). Sum of RGB (Red+Green+Blue) = 252+99+99=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6363 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6363 is #039C9C. Grayscale: #909090. Windows color (decimal): -236701 or 6513660. OLE color: 6513660.

HSL color Cylindrical-coordinate representation of color #FC6363: 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.61%. Process color model (Four color, CMYK) of #FC6363 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 99 99 -
CMYK 0 0.61 0.61 0.01
HSL 0.96% 0.69% -
HSV(B) 0.61% 0.99% -
XYZ 46.86 30.52 15.23 -
YUV 144.75 102.19 204.5 -
System Red Green Blue C M Y K H S L
Decimal 252 99 99 0 0.61 0.61 0.01 0 0.96 0.69
Hex FC 63 63 0 3D 3D 1 0 60 45
Octal 374 143 143 0 75 75 1 0 140 105
Binary 11111100 1100011 1100011 0 111101 111101 1 0 1100000 1000101

Color Harmonies of #FC6363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6363

Black with #FC6363

Text Example


Text Example

White with #FC6363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6363; }

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

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

background-color css

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

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

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

border-color css

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

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

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