Html Css Color HEX #FC7460 Bittersweet

📋 copy color: '#FC7460'

red 252 ◦ green 116 ◦ blue 96

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

Shades of Bittersweet #FC7460

Tints of Bittersweet #FC7460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25%

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

R = 54.31%
G = 25%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC7460 (or 0xFC7460) is known color: Bittersweet. HEX triplet: FC, 74 and 60. RGB value is (252,116,96). Sum of RGB (Red+Green+Blue) = 252+116+96=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7460 is #038B9F. Grayscale: #9A9A9A. Windows color (decimal): -232352 or 6321404. OLE color: 6321404.

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

Color convert

RGB 252 116 96 -
CMYK 0 0.54 0.62 0.01
HSL 7.69º 0.96% 0.68% -
HSV(B) 7.69º 0.62% 0.99% -
XYZ 48.5 34.03 15.08 -
YUV 154.38 95.06 197.63 -
System Red Green Blue C M Y K H S L
Decimal 252 116 96 0 0.54 0.62 0.01 7.69 0.96 0.68
Hex FC 74 60 0 36 3E 1 8 60 44
Octal 374 164 140 0 66 76 1 10 140 104
Binary 11111100 1110100 1100000 0 110110 111110 1 1000 1100000 1000100

Color Harmonies of #FC7460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7460

Black with #FC7460

Text Example


Text Example

White with #FC7460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7460; }

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

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

background-color css

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

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

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

border-color css

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

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

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