Html Css Color HEX #FC6260 Bittersweet

📋 copy color: '#FC6260'

red 252 ◦ green 98 ◦ blue 96

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

Shades of Bittersweet #FC6260

Tints of Bittersweet #FC6260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.97%

 BLUE value IS 96 (37.89% from 255) = 21.52%

R = 56.5%
G = 21.97%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC6260 (or 0xFC6260) is known color: Bittersweet. HEX triplet: FC, 62 and 60. RGB value is (252,98,96). Sum of RGB (Red+Green+Blue) = 252+98+96=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6260 is #039D9F. Grayscale: #8F8F8F. Windows color (decimal): -236960 or 6316796. OLE color: 6316796.

HSL color Cylindrical-coordinate representation of color #FC6260: hue angle of 0.77º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC6260 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 98 96 -
CMYK 0 0.61 0.62 0.01
HSL 0.77º 0.96% 0.68% -
HSV(B) 0.77º 0.62% 0.99% -
XYZ 46.62 30.28 14.45 -
YUV 143.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 252 98 96 0 0.61 0.62 0.01 0.77 0.96 0.68
Hex FC 62 60 0 3D 3E 1 1 60 44
Octal 374 142 140 0 75 76 1 1 140 104
Binary 11111100 1100010 1100000 0 111101 111110 1 1 1100000 1000100

Color Harmonies of #FC6260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6260

Black with #FC6260

Text Example


Text Example

White with #FC6260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6260; }

 p { color: rgb(252,98,96); }

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

background-color css

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

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

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

border-color css

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

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

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