Html Css Color HEX #FC7466 Bittersweet

📋 copy color: '#FC7466'

red 252 ◦ green 116 ◦ blue 102

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

Shades of Bittersweet #FC7466

Tints of Bittersweet #FC7466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.7%

R = 53.62%
G = 24.68%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC7466 (or 0xFC7466) is known color: Bittersweet. HEX triplet: FC, 74 and 66. RGB value is (252,116,102). Sum of RGB (Red+Green+Blue) = 252+116+102=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7466 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7466 is #038B99. Grayscale: #9B9B9B. Windows color (decimal): -232346 or 6714620. OLE color: 6714620.

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

Color convert

RGB 252 116 102 -
CMYK 0 0.54 0.60 0.01
HSL 5.6º 0.96% 0.69% -
HSV(B) 5.6º 0.6% 0.99% -
XYZ 48.79 34.15 16.59 -
YUV 155.07 98.06 197.14 -
System Red Green Blue C M Y K H S L
Decimal 252 116 102 0 0.54 0.60 0.01 5.6 0.96 0.69
Hex FC 74 66 0 36 3C 1 6 60 45
Octal 374 164 146 0 66 74 1 6 140 105
Binary 11111100 1110100 1100110 0 110110 111100 1 110 1100000 1000101

Color Harmonies of #FC7466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7466

Black with #FC7466

Text Example


Text Example

White with #FC7466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7466; }

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

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

background-color css

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

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

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

border-color css

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

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

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