Html Css Color HEX #FC7164 Bittersweet

📋 copy color: '#FC7164'

red 252 ◦ green 113 ◦ blue 100

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

Shades of Bittersweet #FC7164

Tints of Bittersweet #FC7164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.3%

 BLUE value IS 100 (39.45% from 255) = 21.51%

R = 54.19%
G = 24.3%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC7164 (or 0xFC7164) is known color: Bittersweet. HEX triplet: FC, 71 and 64. RGB value is (252,113,100). Sum of RGB (Red+Green+Blue) = 252+113+100=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7164 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7164 is #038E9B. Grayscale: #999999. Windows color (decimal): -233116 or 6582780. OLE color: 6582780.

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

Color convert

RGB 252 113 100 -
CMYK 0 0.55 0.60 0.01
HSL 5.13º 0.96% 0.69% -
HSV(B) 5.13º 0.6% 0.99% -
XYZ 48.35 33.43 15.96 -
YUV 153.08 98.05 198.56 -
System Red Green Blue C M Y K H S L
Decimal 252 113 100 0 0.55 0.60 0.01 5.13 0.96 0.69
Hex FC 71 64 0 37 3C 1 5 60 45
Octal 374 161 144 0 67 74 1 5 140 105
Binary 11111100 1110001 1100100 0 110111 111100 1 101 1100000 1000101

Color Harmonies of #FC7164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7164

Black with #FC7164

Text Example


Text Example

White with #FC7164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7164; }

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

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

background-color css

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

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

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

border-color css

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

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

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