Html Css Color HEX #FC7162 Bittersweet

📋 copy color: '#FC7162'

red 252 ◦ green 113 ◦ blue 98

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

Shades of Bittersweet #FC7162

Tints of Bittersweet #FC7162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.17%

R = 54.43%
G = 24.41%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC7162 (or 0xFC7162) is known color: Bittersweet. HEX triplet: FC, 71 and 62. RGB value is (252,113,98). Sum of RGB (Red+Green+Blue) = 252+113+98=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7162 is #038E9D. Grayscale: #999999. Windows color (decimal): -233118 or 6451708. OLE color: 6451708.

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

Color convert

RGB 252 113 98 -
CMYK 0 0.55 0.61 0.01
HSL 5.84º 0.96% 0.69% -
HSV(B) 5.84º 0.61% 0.99% -
XYZ 48.25 33.39 15.46 -
YUV 152.85 97.05 198.72 -
System Red Green Blue C M Y K H S L
Decimal 252 113 98 0 0.55 0.61 0.01 5.84 0.96 0.69
Hex FC 71 62 0 37 3D 1 6 60 45
Octal 374 161 142 0 67 75 1 6 140 105
Binary 11111100 1110001 1100010 0 110111 111101 1 110 1100000 1000101

Color Harmonies of #FC7162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7162

Black with #FC7162

Text Example


Text Example

White with #FC7162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7162; }

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

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

background-color css

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

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

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

border-color css

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

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

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