Html Css Color HEX #FC6460 Bittersweet

📋 copy color: '#FC6460'

red 252 ◦ green 100 ◦ blue 96

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

Shades of Bittersweet #FC6460

Tints of Bittersweet #FC6460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.32%

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

R = 56.25%
G = 22.32%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC6460 (or 0xFC6460) is known color: Bittersweet. HEX triplet: FC, 64 and 60. RGB value is (252,100,96). Sum of RGB (Red+Green+Blue) = 252+100+96=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6460 is #039B9F. Grayscale: #919191. Windows color (decimal): -236448 or 6317308. OLE color: 6317308.

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

Color convert

RGB 252 100 96 -
CMYK 0 0.60 0.62 0.01
HSL 1.54º 0.96% 0.68% -
HSV(B) 1.54º 0.62% 0.99% -
XYZ 46.81 30.65 14.52 -
YUV 144.99 100.36 204.33 -
System Red Green Blue C M Y K H S L
Decimal 252 100 96 0 0.60 0.62 0.01 1.54 0.96 0.68
Hex FC 64 60 0 3C 3E 1 2 60 44
Octal 374 144 140 0 74 76 1 2 140 104
Binary 11111100 1100100 1100000 0 111100 111110 1 10 1100000 1000100

Color Harmonies of #FC6460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6460

Black with #FC6460

Text Example


Text Example

White with #FC6460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6460; }

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

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

background-color css

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

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

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

border-color css

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

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

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