Html Css Color HEX #FC665E Bittersweet

📋 copy color: '#FC665E'

red 252 ◦ green 102 ◦ blue 94

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

Shades of Bittersweet #FC665E

Tints of Bittersweet #FC665E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.77%

 BLUE value IS 94 (37.11% from 255) = 20.98%

R = 56.25%
G = 22.77%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC665E (or 0xFC665E) is known color: Bittersweet. HEX triplet: FC, 66 and 5E. RGB value is (252,102,94). Sum of RGB (Red+Green+Blue) = 252+102+94=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC665E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC665E is #0399A1. Grayscale: #929292. Windows color (decimal): -235938 or 6186748. OLE color: 6186748.

HSL color Cylindrical-coordinate representation of color #FC665E: hue angle of 3.04º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC665E is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 102 94 -
CMYK 0 0.60 0.63 0.01
HSL 3.04º 0.96% 0.68% -
HSV(B) 3.04º 0.63% 0.99% -
XYZ 46.92 31.01 14.1 -
YUV 145.94 98.7 203.65 -
System Red Green Blue C M Y K H S L
Decimal 252 102 94 0 0.60 0.63 0.01 3.04 0.96 0.68
Hex FC 66 5E 0 3C 3F 1 3 60 44
Octal 374 146 136 0 74 77 1 3 140 104
Binary 11111100 1100110 1011110 0 111100 111111 1 11 1100000 1000100

Color Harmonies of #FC665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC665E

Black with #FC665E

Text Example


Text Example

White with #FC665E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC665E; }

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

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

background-color css

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

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

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

border-color css

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

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

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